Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
rec-fj
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
史连宁
rec-fj
Commits
f54fee1b
提交
f54fee1b
authored
11月 15, 2024
作者:
轩辕玉
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
配置文件更新
上级
74ec9571
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
32 行增加
和
3 行删除
+32
-3
pom.xml
pom.xml
+14
-2
application-dev.yml
src/main/resources/application-dev.yml
+10
-1
application-prod.yml
src/main/resources/application-prod.yml
+8
-0
没有找到文件。
pom.xml
浏览文件 @
f54fee1b
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
3.3.5
</version>
<version>
2.7.2
</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
<groupId>
com.reconciliation
</groupId>
...
...
@@ -27,7 +27,7 @@
<url/>
</scm>
<properties>
<java.version>
23
</java.version>
<java.version>
1.8
</java.version>
</properties>
<dependencies>
<dependency>
...
...
@@ -86,6 +86,18 @@
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
</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>
<build>
...
...
src/main/resources/application-dev.yml
浏览文件 @
f54fee1b
server
:
port
:
8999
spring
:
application
:
name
:
rec-fj
...
...
@@ -9,7 +11,7 @@ spring:
mybatis-plus
:
mapper-locations
:
-
"
classpath*:mappers/*
*/*
.xml"
-
"
classpath*:mappers/*.xml"
logging
:
level
:
...
...
@@ -18,3 +20,10 @@ logging:
task
:
rec
:
default
:
0 0 6 * * ?
#api
api
:
wsdl
:
http://hjpt.fjzwt.cn:809/Convergence/webservice/ConvergenceService?wsdl
userid
:
nyt_sjhj
password
:
nyt*123456
catalogId
:
KEY956978261
src/main/resources/application-prod.yml
浏览文件 @
f54fee1b
server
:
port
:
8999
spring
:
application
:
name
:
rec-fj
...
...
@@ -18,3 +20,9 @@ logging:
task
:
rec
:
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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论