You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
383 B
8 lines
383 B
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
|
spring.datasource.url=jdbc:mysql://localhost:3306/vueblog2?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
spring.datasource.username=root
|
|
spring.datasource.password=123456
|
|
mybatis.config-location=classpath:/mybatis-config.xml
|
|
|
|
server.port=8081
|
|
logging.level.org.springframework.security=info |