@@ -1,16 +1,16 @@
spring:
datasource:
- #url: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
- #username: postgres
- #password: postgres
- url: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=admin
- username: crss_admin
- password: YReYA7fI
+ url: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
+ username: postgres
+ password: postgres
profiles:
include: embedded-ldap
jpa:
show-sql: false
generate-ddl: false
+ properties:
+ hibernate:
+ dialect: org.hibernate.dialect.PostgreSQLDialect
crss:
security:
oauth2: