Group: Crazycake
1.Shiro Redis35 usages
org.crazycake » shiro-redis Apache
shiro only provide the support of ehcache and concurrentHashMap. Here is an implement of redis cache can be used by shiro.
Last Release on Sep 25, 2020
2.Camel Name Utilities4 usages
org.crazycake » camel-name-utils Apache
It's a simple library. Helps people to get underscore style name from camel style name or get camel style name from underscore style name
Last Release on Sep 18, 2014
3.ScaffoldUnit2 usages
org.crazycake » ScaffoldUnit Apache
ScaffoldUnit will help you to prepare the database data context when you do unit test.
Last Release on Sep 20, 2014
4.Shiro Redis Spring Boot Starter2 usages
org.crazycake » shiro-redis-spring-boot-starter Apache
spring-boot starter for shiro-redis
Last Release on Sep 25, 2020
5.Cached Query
org.crazycake » cached-query Apache
Most of time when we use cache library like memcached we not also include these cache libraries but also write the utils to save the result of database query repeatly. I found the most situation of using cache is caching database query result.
Last Release on Sep 18, 2014
6.Form SQL Builder MySQL
org.crazycake » form-sql-builder-mysql Apache
As a programmer did you have the experience that when you comes to implement a search page you can only transform the search form into sql manually? If your project have 20 search page like that then you have to write 20 times to implement the sql ...
Last Release on Oct 12, 2014
7.JdbcTemplateTool
org.crazycake » jdbctemplatetool Apache
Spring JdbcTemplate did very convient and useful, but it also has some disadvantages or in another word “inconvenient”.
For example, you can’t just pass an object and tell JdbcTemplate to turn it into a sql and save to database just like hibernate ...
Last Release on Sep 24, 2014