Skip to content

sergio17791/population

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Population

Configure database parameters

Configure database parameters in the following files:

  • pom.xml
  • src/main/resources/hibernate.cfg.xml

Migrate database

To migrate the database automatically you can use the flyway plugin with the following command:

mvn flyway:migrate

The .sql files are located in src/main/resources/db/migration

Execution with wildfly

To install the dependencies and run the application with wildfly you can run the following command:

mvn clean install && mvn wildfly:run

About

Simple project of population listing by city and province

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published