gongfuzhu 1 年之前
父節點
當前提交
e0012fec43
共有 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: SpringBatchService
+    name: ${project.artifactId}
   # 当前读取配置文件的类型
   profiles:
     active: ${spring.profiles.active}