diff --git a/pom.xml b/pom.xml index 3454499..a67923d 100644 --- a/pom.xml +++ b/pom.xml @@ -31,12 +31,7 @@ - + @@ -112,7 +107,6 @@ protobuf-java ${protobuf.version} - io.grpc grpc-netty diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 45b99ac..e194d9b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,3 @@ server.port=3440 -yuandian.dataflow.config.nacos.server.addr=192.168.1.113:8848 # 不能 "为结尾" - - - \ No newline at end of file +yuandian.dataflow.config.nacos.server.addr=config.yuandian.local:8848 \ No newline at end of file diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 3caefc5..615c996 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -3,7 +3,7 @@ class="ch.qos.logback.core.ConsoleAppender"> - %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger - %msg%n + %d{yyyyMMdd HH:mm:ss.SSS} %-5level[%thread\(%file:%line\)]: %msg%n