application.yaml 258 B

12345678910111213141516171819
  1. #server
  2. server:
  3. port: 891
  4. servlet:
  5. context-path: /
  6. #spring
  7. spring:
  8. application:
  9. name: eg-server
  10. profiles:
  11. active: dev
  12. #mybatis
  13. mybatis-plus:
  14. mapper-locations: classpath*:mapper/**/*.xml
  15. #pageHelper
  16. pagehelper:
  17. helper-dialect: mysql