server: port: 9977 spring: application: name: energy-alarm-service EUREKA_CLIENT_DEFAULT_ZONE: http://frame:123456@develop.persagy.com/integrated-eureka/eureka/ # 不打印sql mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl eureka: # instance: # prefer-ip-address: true client: register-with-eureka: ${register-with-eureka} # com.persagy包的日志等级为info logging: level: com: persagy: info