make sure you use >= jdk14
# start db
docker-compose up
# build modules
./mvnw clean install
# start server
./mvnw spring-boot:run -pl server
# start client
./mvnw spring-boot:run -pl client
- Goto Client-UI
- test schema evolution
- add tests
make sure you use >= jdk14
# start db
docker-compose up
# build modules
./mvnw clean install
# start server
./mvnw spring-boot:run -pl server
# start client
./mvnw spring-boot:run -pl client