tested spring boot
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
spring.datasource.url=jdbc:postgresql://localhost:5432/frisbyee
|
||||
spring.datasource.username=postgres
|
||||
spring.datasource.password=postgres
|
||||
spring.datasource.username=frisbyee_user
|
||||
spring.datasource.password=secret
|
||||
spring.datasource.driver-class-name=org.postgresql.Driver
|
||||
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
spring.jpa.show-sql=true
|
||||
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
||||
spring.datasource.url=jdbc:postgresql://localhost:5432/frisbyee
|
||||
spring.datasource.username=frisbyee_user
|
||||
spring.datasource.password=secret
|
||||
server.port=8081
|
||||
Reference in New Issue
Block a user