gongfuzhu пре 1 година
родитељ
комит
113ac45c83
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      SpringBatchServiceServer/src/main/resources/bootstrap.yml

+ 1 - 1
SpringBatchServiceServer/src/main/resources/bootstrap.yml

@@ -7,7 +7,7 @@ spring:
     allow-circular-references: true
   # 应用名
   application:
-    name: ${project.artifactId}
+    name: SpringBatchService
   # 当前读取配置文件的类型
   profiles:
     active: ${spring.profiles.active}