You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
414 B
7 lines
414 B
spring.datasource.jndi-name=jdbc/clubhelperbackend
|
|
|
|
spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
|
|
spring.jpa.open-in-view=false
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
|
|
spring.jpa.hibernate.naming-strategy = org.hibernate.cfg.ImprovedNamingStrategy
|
|
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
|
|
|