Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy the system as a single executable jar #3

Closed
chenjianjx opened this issue Nov 3, 2018 · 1 comment
Closed

Deploy the system as a single executable jar #3

chenjianjx opened this issue Nov 3, 2018 · 1 comment

Comments

@chenjianjx
Copy link
Owner

chenjianjx commented Nov 3, 2018

  1. Give up war packaging. Let it always be a single executable uber-jar
  2. Developers should be able to run the program from IDE as a Main application
  3. Put the configuration inside the jar.
  4. During development, the flyway can only be run manually; but in testing/production envs, the flyway should be run automatically when the system starts up.
@chenjianjx chenjianjx changed the title Make it possible to deploy the system as a single executable jar Deploy the system as a single executable jar Nov 9, 2018
@chenjianjx
Copy link
Owner Author

Fixed in 3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant