- jdk installed and setup in your editor
- gradle installed
- If using intellj can use the following to open project
- In the resources folder, add a
hikari.properties
file
- add this configuration
dataSourceClassName=org.postgresql.ds.PGSimpleDataSource dataSource.user=postgres dataSource.password=postgres dataSource.databaseName=postgres dataSource.portNumber=5432 dataSource.serverName=localhost
That's basically it right now....
docker-compose build
docker-compose up