application.yml

application.yml

server:
  port: 8200


spring:
  datasource:
    url: jdbc:mysql://localhost:3308/test
    username: root
    password: 123
    driver-class-name: com.mysql.cj.jdbc.Driver

mybatis:
  config-location: classpath:mybatis-config.xml

你可能感兴趣的:(application.yml)