Initial commit.

This commit is contained in:
Florian
2018-03-16 22:49:47 +01:00
commit c587ff09a8
27 changed files with 1902 additions and 0 deletions

View 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