scheme2ddl icon indicating copy to clipboard operation
scheme2ddl copied to clipboard

Rewrite with Spring Boot

Open qwazer opened this issue 9 years ago • 2 comments

Rewrite this app with Spring Boot and replace all command-line parameters with flexible, highly configurable spring-boots externalized properties. http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html It will allow

  • more flexible configurations in CI environments
  • eliminate several names for certain parameter

qwazer avatar Nov 30 '16 12:11 qwazer

also relates to #45

qwazer avatar Nov 30 '16 12:11 qwazer

http://docs.spring.io/spring-boot/docs/current/reference/html/howto-properties-and-configuration.html#howto-use-short-command-line-arguments

qwazer avatar Dec 01 '16 06:12 qwazer