Skip to content

Code Generate and Reverse Engineering from RDBMS for Spring Boot

License

Notifications You must be signed in to change notification settings

apuex/spring-boot-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend code generator for spring boot

Prerequisites

Usage:

$ git clone https://github.com/apuex/spring-boot-solution
$ cd spring-boot-solution
$ sbt codegen/assembly
$ java -Dproject.root=tmp \
       -Dsymbol.naming=microsoft \
       -jar codegen/target/scala-2.12/codegen.jar generate-all codegen/src/main/resources/sample-model.xml
$ cd tmp/my-sample
$ mvn package
$ java -jar my-sample-app/target/my-sample-app-1.0-SNAPSHOT.jar

About

Code Generate and Reverse Engineering from RDBMS for Spring Boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages