Group : org.crazycake

shiro-redis

org.crazycake » shiro-redis

shiro only provide the support of ehcache and concurrentHashMap. Here is an implement of redis cache can be used by shiro. Hope it will help you!

更新时间: 2018-04-16 16:24

form-sql-builder-mysql

org.crazycake » form-sql-builder-mysql

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 query. It���s boring and anxious. form-sql-builder-mysql is designed for ease the burden for you. It can help you to transform search or list form sent from browser into query sql automatically.

更新时间: 2014-10-12 23:59

jdbctemplatetool

org.crazycake » jdbctemplatetool

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 does. Alright, you may say ���JdbcTemplate doesn���t need you to write hbm.xml , so it���s understandable���. But is it true that this thing is impossible to achieve? And also you know JdbcTemplate can auto turn the result of a query to a list of persistent object a.k.a PO, but when you want to do this you will meet a problem: ���How to ?���.Because you can���t find any function of JdbcTemplate to pass a sql and a PO class as we expected. After you google for it, you���ve been told you can create a BeanPropertyRowMapper to deal with this.

更新时间: 2014-09-25 01:01

ScaffoldUnit

org.crazycake » ScaffoldUnit

ScaffoldUnit will help you to prepare the database data context when you do unit test.

更新时间: 2014-09-20 21:13

cached-query

org.crazycake » cached-query

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. So I created this project to deal with this situation. >Only tested on mysql.

更新时间: 2014-09-19 00:10

camel-name-utils

org.crazycake » camel-name-utils

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

更新时间: 2014-09-18 23:49

shiro-redis-spring-boot-starter

org.crazycake » shiro-redis-spring-boot-starter

spring-boot starter for shiro-redis

更新时间: 1970-01-01 08:00
共1页 , 总 7
索引仓库
仓库 个数
Central 592045