application.properties 691 Bytes
Newer Older
willgonzz committed
1

2
spring.jpa.hibernate.ddl-auto=create-drop
3
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
4
spring.jpa.show-sql=true
5
spring.jpa.properties.hibernate.format_sql=true
6 7
logging.level.org.hibernate.SQL=DEBUG
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
8 9 10

spring.sql.init.mode=always
spring.sql.init.platform=postgres
11 12 13
#spring.datasource.url=jdbc:postgresql://localhost:5432/thumano
#spring.datasource.username
#spring.datasource.password=postgres
14 15
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true

16
#server.port=8888
17
spring.mvc.view.prefix=/jsp/
18
spring.mvc.view.suffix=.jsp
19 20
jsp-inheritance-prefix=/jsp/layouts/
jsp-inheritance-suffix=.jsp