Skip to content

viloveul/viloveul-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

read schema

unzip -p file.jar migrations/schema.sql

run including external module

java -cp application.jar -Dloader.path=module.jar -Dloader.main=com.viloveul.app.ExampleApplication org.springframework.boot.loader.PropertiesLauncher
CLASSPATH=${PWD}/package/context/target/viloveul-context.jar ~/Downloads/flyway-8.5.12/flyway -url=jdbc:postgresql://localhost:2001/viloveul?currentSchema=public -user=viloveul -password=123456 -locations=classpath:db/migration -baselineVersion=0.0.0 baseline migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages