All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download org.crazycake JAR files with all dependencies

Search JAR files by class name

shiro-redis-spring-boot-starter from group org.crazycake (version 3.3.1)

spring-boot starter for shiro-redis

Group: org.crazycake Artifact: shiro-redis-spring-boot-starter
Show all versions Show documentation Show source 
 

0 downloads
Artifact shiro-redis-spring-boot-starter
Group org.crazycake
Version 3.3.1
Last update 25. September 2020
Organization not specified
URL https://github.com/alexxiyang/shiro-redis-spring-boot-starter
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies spring-boot-autoconfigure, shiro-redis, shiro-spring-boot-web-starter,
There are maybe transitive dependencies!

shiro-redis from group org.crazycake (version 3.3.1)

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!

Group: org.crazycake Artifact: shiro-redis
Show all versions Show documentation Show source 
 

1 downloads
Artifact shiro-redis
Group org.crazycake
Version 3.3.1
Last update 25. September 2020
Organization not specified
URL https://github.com/alexxiyang/shiro-redis
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies jedis, slf4j-api, shiro-core,
There are maybe transitive dependencies!

form-sql-builder-mysql from group org.crazycake (version 1.0.0-RELEASE)

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.

Group: org.crazycake Artifact: form-sql-builder-mysql
Show documentation Show source 
 

0 downloads
Artifact form-sql-builder-mysql
Group org.crazycake
Version 1.0.0-RELEASE
Last update 12. October 2014
Organization not specified
URL https://github.com/alexxiyang/form-sql-builder-mysql
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies persistence-api, slf4j-api, jackson-mapper-asl, camel-name-utils,
There are maybe transitive dependencies!

jdbctemplatetool from group org.crazycake (version 1.0.4-RELEASE)

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. But isn’t it could be more easier? Based on those questions I create JdbcTemplateTool which can provide these features.

Group: org.crazycake Artifact: jdbctemplatetool
Show documentation Show source 
 

0 downloads
Artifact jdbctemplatetool
Group org.crazycake
Version 1.0.4-RELEASE
Last update 24. September 2014
Organization not specified
URL https://github.com/alexxiyang/jdbctemplatetool
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies spring-orm, persistence-api, slf4j-api, slf4j-log4j12, spring-core, camel-name-utils,
There are maybe transitive dependencies!

ScaffoldUnit from group org.crazycake (version 1.0.0-RELEASE)

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

Group: org.crazycake Artifact: ScaffoldUnit
Show documentation Show source 
 

0 downloads
Artifact ScaffoldUnit
Group org.crazycake
Version 1.0.0-RELEASE
Last update 20. September 2014
Organization not specified
URL https://github.com/alexxiyang/ScaffoldUnit
License The Apache Software License, Version 2.0
Dependencies amount 7
Dependencies junit, mysql-connector-java, jackson-mapper-asl, jackson-core-asl, log4j, slf4j-api, slf4j-log4j12,
There are maybe transitive dependencies!

cached-query from group org.crazycake (version 1.0.0-RELEASE)

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.

Group: org.crazycake Artifact: cached-query
Show documentation Show source 
 

0 downloads
Artifact cached-query
Group org.crazycake
Version 1.0.0-RELEASE
Last update 18. September 2014
Organization not specified
URL https://github.com/alexxiyang/cached-query
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies spymemcached, slf4j-api, slf4j-log4j12, camel-name-utils,
There are maybe transitive dependencies!

camel-name-utils from group org.crazycake (version 1.0.0-RELEASE)

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

Group: org.crazycake Artifact: camel-name-utils
Show documentation Show source 
 

0 downloads
Artifact camel-name-utils
Group org.crazycake
Version 1.0.0-RELEASE
Last update 18. September 2014
Organization not specified
URL https://github.com/alexxiyang/camel-name-utils
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1 from 1 (items total 7)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy