12345678910111213141516171819 |
- #server
- server:
- port: 891
- servlet:
- context-path: /
- #spring
- spring:
- application:
- name: eg-server
- profiles:
- active: dev
- #mybatis
- mybatis-plus:
- mapper-locations: classpath*:mapper/**/*.xml
- #pageHelper
- pagehelper:
- helper-dialect: mysql
|