bootstrap.yml 286 B

123456789101112
  1. spring:
  2. profiles:
  3. active: dl
  4. logging:
  5. config: classpath:logback-spring.xml
  6. mybatis-plus:
  7. configuration:
  8. log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl #开启sql日志
  9. geoquery:
  10. dataFilePath: /mnt/geoFile/GeoJSON.json
  11. saveWkbsFilePath: /mnt/geoFile/GeoJSON.wkbs