bootstrap.yml 546 B

123456789101112131415161718192021222324252627282930
  1. server:
  2. port:
  3. 9977
  4. spring:
  5. application:
  6. name: energy-alarm-service
  7. EUREKA_CLIENT_DEFAULT_ZONE: http://frame:123456@develop.persagy.com/integrated-eureka/eureka/
  8. # 不打印sql
  9. mybatis-plus:
  10. configuration:
  11. log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
  12. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  13. eureka:
  14. # instance:
  15. # prefer-ip-address: true
  16. client:
  17. register-with-eureka: ${register-with-eureka}
  18. # com.persagy包的日志等级为info
  19. logging:
  20. level:
  21. com:
  22. persagy: info