Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
traffic-signal-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
signal
traffic-signal-platform
Commits
d5d361ac
Commit
d5d361ac
authored
Apr 08, 2025
by
zhouleilei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
海信项目国产化 - 中创中间件inforsuite V10.0.2.3替换springboot内置tomcat
parent
0330bfcb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
4 deletions
+23
-4
pom.xml
signal-utc-hisense-service/pom.xml
+13
-0
bootstrap-docker.yaml
...-hisense-service/src/main/resources/bootstrap-docker.yaml
+4
-1
bootstrap-docker.yaml
signal-utc-service/src/main/resources/bootstrap-docker.yaml
+4
-1
pom.xml
wj-databus/pom.xml
+2
-2
No files found.
signal-utc-hisense-service/pom.xml
View file @
d5d361ac
...
...
@@ -76,7 +76,20 @@
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<!-- 中创中间件inforsuite ,排除tomcat-->
<!--<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>-->
</dependency>
<!-- 中创中间件inforsuite-->
<!-- <dependency>
<groupId>com.cvicse.embedded</groupId>
<artifactId>spring-boot-starter-inforsuite</artifactId>
<version>10.0.2.5</version>
</dependency>-->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-freemarker
</artifactId>
...
...
signal-utc-hisense-service/src/main/resources/bootstrap-docker.yaml
View file @
d5d361ac
...
...
@@ -12,4 +12,7 @@ spring:
# dubbo启动需要程序名称
name
:
utc-hisense
main
:
allow-circular-references
:
true
\ No newline at end of file
allow-circular-references
:
true
inforsuite
:
license-path
:
D:\\济南\\国产化迁移\\中创中间件inforsuite
signal-utc-service/src/main/resources/bootstrap-docker.yaml
View file @
d5d361ac
...
...
@@ -12,4 +12,7 @@ spring:
group
:
signal
namespace
:
signal
username
:
nacos
password
:
nacos
\ No newline at end of file
password
:
nacos
inforsuite
:
license-path
:
D:\\济南\\国产化迁移\\中创中间件inforsuite
\ No newline at end of file
wj-databus/pom.xml
View file @
d5d361ac
...
...
@@ -27,10 +27,10 @@
<artifactId>
spring-cloud-commons
</artifactId>
<scope>
compile
</scope>
</dependency>
<dependency>
<
!--<
dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
</dependency>
</dependency>
-->
<!--Nacos 配置中心-->
<dependency>
<groupId>
com.alibaba.cloud
</groupId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment