Application revamp

This commit is contained in:
droideparanoico
2022-10-08 12:27:21 +02:00
parent 45451841ce
commit 6d6a14a061
46 changed files with 205 additions and 946 deletions

View File

@@ -1,11 +1,12 @@
server.port=8080
application.title=Cartfidential
application.title=CartChain
application.version=1.0.0
spring.sql.init.mode=always
spring.datasource.username = rv_user
spring.datasource.password = rv_password
spring.datasource.driverClassName = org.postgresql.Driver
spring.jpa.hibernate.ddl-auto = update
spring.datasource.username=user
spring.datasource.password=password
spring.datasource.driverClassName=org.postgresql.Driver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.datasource.url = jdbc:postgresql://localhost:5432/postgres_rv_database
spring.datasource.url=jdbc:postgresql://postgres-cartchain-db:5432/postgres_database
springdoc.api-docs.path=/api-docs