Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xffff00/skean
an easy-to-use comprehensive framework base on JVM language,OO,FP, spring-framework and RDBMS
https://github.com/0xffff00/skean
groovy mvc-framework spring-boot
Last synced: 19 days ago
JSON representation
an easy-to-use comprehensive framework base on JVM language,OO,FP, spring-framework and RDBMS
- Host: GitHub
- URL: https://github.com/0xffff00/skean
- Owner: 0xffff00
- License: apache-2.0
- Created: 2017-10-27T09:07:17.000Z (about 7 years ago)
- Default Branch: 2.x
- Last Pushed: 2018-03-04T16:34:32.000Z (over 6 years ago)
- Last Synced: 2024-10-09T11:04:47.954Z (about 1 month ago)
- Topics: groovy, mvc-framework, spring-boot
- Language: Java
- Homepage:
- Size: 12.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
skean-core
==
A scaffolding of the whole projectskean-dict
==
A RESTful spring-boot app. A complex Dictionary Model(also a simple Semantic Web) is included.skean-id-oauth-server
==
A RESTful spring-boot app based on OAuth2, JWT, Spring Security.
it is stateless and has no session.skean-id-spring-boot-starter
==
A scaffolding module based on spring-security.
it holds sessions traditionally.
SSO and unified authentication center over multiple client apps is not supported yet.skean-jdbc
==
A scaffolding module based on spring-jdbc.
Includes a new implementation of jdbc-template-style stuff called `ChainedJdbcTemplate`.
Reinvented the wheel of Spring Data JPA, Hibernate or JOOQskean-web
==
A scaffolding module based on spring-webmvc.
Reinvented the wheel of Spring HATEOAS