12 lines
530 B
INI
12 lines
530 B
INI
server.port=9001
|
|
server.tomcat.max-http-form-post-size=156413531
|
|
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/day01
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
spring.datasource.username =root
|
|
spring.datasource.password =1234
|
|
logging.level.org.springframework.boot.autoconfigure=error
|
|
mybatis.mapper-locations=classpath*:/mapper/**/*.xml
|
|
mybatis.configuration.map-underscore-to-camel-case=true
|
|
logging.level.com.bbyb.operating.examination.mapper=DEBUG
|
|
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
|