application.yml 380 B

1234567891011121314151617
  1. server:
  2. port: 8080
  3. spring:
  4. datasource:
  5. driver-class-name: com.mysql.jdbc.Driver
  6. url: jdbc:mysql://127.0.0.1:3306/test
  7. username: root
  8. password: root
  9. mybatis:
  10. type-aliases-package: com.unow.pojo
  11. configuration:
  12. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  13. logging:
  14. level:
  15. com.unow: debug
  16. #mapper-locations: mapper/*.xml