Initial commit
This commit is contained in:
9
src/main/resources/application.properties
Normal file
9
src/main/resources/application.properties
Normal file
@@ -0,0 +1,9 @@
|
||||
server.port=8080
|
||||
application.title=Java skeleton
|
||||
application.version=1.0.0
|
||||
|
||||
spring.datasource.initialization-mode=always
|
||||
spring.datasource.username = rv_user
|
||||
spring.datasource.password = rv_password
|
||||
spring.datasource.driverClassName = org.postgresql.Driver
|
||||
spring.datasource.url = jdbc:postgresql://postgres-skeleton-db:5432/postgres_rv_database
|
||||
Reference in New Issue
Block a user