23 lines
703 B
INI
23 lines
703 B
INI
server.port=8080
|
|
|
|
spring.thymeleaf.prefix=classpath:templates/
|
|
spring.thymeleaf.suffix=.html
|
|
spring.thymeleaf.mode=HTML
|
|
spring.thymeleaf.encoding=UTF-8
|
|
|
|
spring.jpa.generate-ddl=false
|
|
spring.jpa.show-sql=true
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
spring.jooq.sql-dialect=org.hibernate.dialect.MySQL5InnoDBDialect
|
|
spring.jpa.open-in-view=true
|
|
spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
|
|
|
|
spring.datasource.url=jdbc:mysql://${MYSQL_HOST:119.23.9.34}:3306/ase?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC
|
|
spring.datasource.username=codedream
|
|
spring.datasource.password=codedreampasswd
|
|
|
|
server.error.whitelabel.enabled=false
|
|
|
|
logging.level.org.springframework.security=DEBUG
|
|
|