gongfuzhu 1 year ago
parent
commit
113ac45c83
1 changed files with 1 additions and 1 deletions
  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}