diff --git a/src/main/resources/application-gsx-t-dev.properties b/src/main/resources/application-gsx-t-dev.properties index e684db3e3..9ed3849e5 100644 --- a/src/main/resources/application-gsx-t-dev.properties +++ b/src/main/resources/application-gsx-t-dev.properties @@ -92,3 +92,7 @@ xiwon.postEnvironmentDustData=http://openapi.xiwon588.com/dust/realTimeData #携稳的appId和appSecret xiwon.appId=1690940695416 xiwon.appSecret=b6162078-6f1c-4f2c-8cd5-0873f45199b2 +#配置web页面入口 +magic-api.web=/xmgl/magic/web +#配置文件存储位置。当以classpath开头时,为只读模式 +magic-api.resource.location=C:/jxj/prod/backEnd/itbgpImage/data/magic-api diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 1bb77cd0f..287b6b4ee 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -178,7 +178,3 @@ spring.datasource.db2.jdbc-url=jdbc:mysql://101.43.164.214:3306/wflow_pro?useUni spring.datasource.db2.driver-class-name=com.mysql.jdbc.Driver spring.datasource.db2.username=root spring.datasource.db2.password=JXJ@admin -#配置web页面入口 -magic-api.web=/xmgl/magic/web -#配置文件存储位置。当以classpath开头时,为只读模式 -magic-api.resource.location=${basePath}/data/magic-api