modi/target/classes/application.properties

11 lines
399 B
INI

server.port=9001
server.tomcat.max-http-form-post-size=156413531
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/bbyb_examination
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username =root
spring.datasource.password =123456A
logging.level.root=info
logging.level.org.springframework.boot.autoconfigure=error
mybatis.mapper-locations=classpath*:/mapper/**/*.xml