Initial commit.
This commit is contained in:
15
src/main/resources/application.properties
Normal file
15
src/main/resources/application.properties
Normal file
@@ -0,0 +1,15 @@
|
||||
#server.error.whitelabel.enabled=false
|
||||
spring.datasource.driverClassName=org.postgresql.Driver
|
||||
spring.datasource.url=jdbc:postgresql://localhost:5432/codiki
|
||||
spring.datasource.username=codiki
|
||||
spring.datasource.password=P@ssword
|
||||
|
||||
# Disable feature detection by this undocumented parameter. Check the org.hibernate.engine.jdbc.internal.JdbcServiceImpl.configure method for more details.
|
||||
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults = false
|
||||
|
||||
# Because detection is disabled you have to set correct dialect by hand.
|
||||
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQL9Dialect
|
||||
|
||||
logging.level.org.hibernate=DEBUG
|
||||
|
||||
cors.enabled=false
|
||||
Reference in New Issue
Block a user