- spring:
- profiles:
- active: dl
- logging:
- config: classpath:logback-spring.xml
- mybatis-plus:
- configuration:
- log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl #开启sql日志
- geoquery:
- dataFilePath: /mnt/geoFile/GeoJSON.json
- saveWkbsFilePath: /mnt/geoFile/GeoJSON.wkbs
|