Initial commit

This commit is contained in:
rviewer-team
2022-06-16 10:17:10 +02:00
commit 6bd3921714
32 changed files with 1214 additions and 0 deletions

View 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