删除application.yml
This commit is contained in:
parent
78c94cbb0c
commit
e493ca1c11
@ -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
|
||||||
|
|||||||
@ -1,9 +0,0 @@
|
|||||||
spring:
|
|
||||||
thymeleaf:
|
|
||||||
prefix: classpath:/templates
|
|
||||||
suffix: .html
|
|
||||||
cache: false
|
|
||||||
|
|
||||||
mybatis-plus:
|
|
||||||
configuration:
|
|
||||||
map-underscore-to-camel-case: false #关闭驼峰命名法
|
|
||||||
Loading…
x
Reference in New Issue
Block a user