删除application.yml

This commit is contained in:
LiGang 2023-11-04 10:21:03 +08:00
parent 78c94cbb0c
commit e493ca1c11
2 changed files with 7 additions and 14 deletions

View File

@ -11,12 +11,10 @@ spring.sql.init.mode=always
#spring.datasource.initialize=true #spring.datasource.initialize=true
spring.sql.init.schema-locations=classpath:db/schema.sql spring.sql.init.schema-locations=classpath:db/schema.sql
#thymeleaf
spring.thymeleaf.cache=false spring.thymeleaf.cache=false
#server.port=8091 spring.thymeleaf.prefix=classpath:/templates
spring.thymeleaf.suffix=.html
#log设置
logging.file.name=log/dtu.log
#security #security
server.port=8668 server.port=8668
@ -25,6 +23,10 @@ server.servlet.context-path = /
#server.ssl.key-store-password=nbb2021 #server.ssl.key-store-password=nbb2021
#server.ssl.keyAlias=tianheng #server.ssl.keyAlias=tianheng
# mybatis-plus
#关闭驼峰命名法
mybatis-plus.configuration.map-underscore-to-camel-case=false
#defualt user #defualt user
default_user_name = admin default_user_name = admin
default_pwd = 666666 default_pwd = 666666

View File

@ -1,9 +0,0 @@
spring:
thymeleaf:
prefix: classpath:/templates
suffix: .html
cache: false
mybatis-plus:
configuration:
map-underscore-to-camel-case: false #关闭驼峰命名法