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: about 1 month 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 (over 8 years ago)
- Default Branch: 2.x
- Last Pushed: 2018-03-04T16:34:32.000Z (about 8 years ago)
- Last Synced: 2025-07-05T06:54:11.097Z (9 months ago)
- Topics: groovy, mvc-framework, spring-boot
- Language: Java
- Homepage:
- Size: 12.6 MB
- Stars: 0
- Watchers: 1
- 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 project
skean-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 JOOQ
skean-web
==
A scaffolding module based on spring-webmvc.
Reinvented the wheel of Spring HATEOAS