run test case in zkspringboot-autoconfig, zkspringboot-demo-jar-zats, zkspringboot-security-demo-zats
- append version with
-SNAPSHOT
a.b.c.d
. The first 3 version numbers match the springboot version it depends on. If we implement any new feature or fixing bugs, we will increase the last number.
- release freshly: run
release
- release official:
release official
(it removes the-SNAPSHOT
)
publish to maven CE repository with PBFUM
- This starter project should include a zk CE dependency as compile scope by default, so devs can start a new project with this starter dependency without adding any zk dependency by default. If no default zk is included, people tend to forget to include a ZK dependency.
- If devs don't want this default zk version, they can override them.
- put EE dependencies as optional, so devs can override with desired ZK version easily.