提交 f54fee1b 作者: 轩辕玉

配置文件更新

上级 74ec9571
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version> <version>2.7.2</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>com.reconciliation</groupId> <groupId>com.reconciliation</groupId>
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<url/> <url/>
</scm> </scm>
<properties> <properties>
<java.version>23</java.version> <java.version>1.8</java.version>
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>
...@@ -86,6 +86,18 @@ ...@@ -86,6 +86,18 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.1.4</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.1.4</version>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
server:
port: 8999
spring: spring:
application: application:
name: rec-fj name: rec-fj
...@@ -9,7 +11,7 @@ spring: ...@@ -9,7 +11,7 @@ spring:
mybatis-plus: mybatis-plus:
mapper-locations: mapper-locations:
- "classpath*:mappers/**/*.xml" - "classpath*:mappers/*.xml"
logging: logging:
level: level:
...@@ -18,3 +20,10 @@ logging: ...@@ -18,3 +20,10 @@ logging:
task: task:
rec: rec:
default: 0 0 6 * * ? default: 0 0 6 * * ?
#api
api:
wsdl: http://hjpt.fjzwt.cn:809/Convergence/webservice/ConvergenceService?wsdl
userid: nyt_sjhj
password: nyt*123456
catalogId: KEY956978261
server:
port: 8999
spring: spring:
application: application:
name: rec-fj name: rec-fj
...@@ -18,3 +20,9 @@ logging: ...@@ -18,3 +20,9 @@ logging:
task: task:
rec: rec:
default: 0 0 6 * * ? default: 0 0 6 * * ?
#api
api:
wsdl: http:// 10.1.25.29:107/Convergence/webservice/ConvergenceService?wsdl
userid: nyt_sjhj
password: nyt*123456
catalogId: KEY956978261
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论