gongfuzhu 1 rok temu
rodzic
commit
e0012fec43

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

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