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
9955602d
Commit
9955602d
authored
Apr 09, 2025
by
zhouleilei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
utc 国产化 - 中创中间件inforsuite V10.0.2.3替换springboot内置tomcat
parent
61326f79
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
54 additions
and
7 deletions
+54
-7
pom.xml
signal-feign-service/pom.xml
+19
-0
application-docker.properties
...-service/src/main/resources/application-docker.properties
+6
-5
application.properties
...l-feign-service/src/main/resources/application.properties
+1
-1
bootstrap-docker.yaml
...-hisense-service/src/main/resources/bootstrap-docker.yaml
+1
-1
pom.xml
signal-utc-service/pom.xml
+27
-0
No files found.
signal-feign-service/pom.xml
View file @
9955602d
...
@@ -24,11 +24,30 @@
...
@@ -24,11 +24,30 @@
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
<artifactId>
spring-boot-starter
</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>
<dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-openfeign
</artifactId>
<artifactId>
spring-cloud-starter-openfeign
</artifactId>
</dependency>
</dependency>
<!-- 引入 InforsuiteAS Embedded 10.0.2.5 依赖 -->
<dependency>
<groupId>
com.cvicse.embedded
</groupId>
<artifactId>
spring-boot-starter-inforsuite
</artifactId>
<version>
10.0.2.5
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<artifactId>
lombok
</artifactId>
...
...
signal-feign-service/src/main/resources/application-docker.properties
View file @
9955602d
utc.service.url
=
http://37.12.182.29:32000/utc
utc.service.url
=
http://127.0.0.1:32000/utc
utc.dt.service.url
=
http://37.12.182.29:39002/utc-dt
utc.dt.service.url
=
http://127.0.0.1:39002/utc-dt
utc.hisense.service.url
=
http://37.12.182.29:39003/utc-hisense
utc.hisense.service.url
=
http://127.0.0.1:39003/utc-hisense
control.url
=
http://37.12.182.29:32001/web
control.url
=
http://127.0.0.1:32001/web
ehualu.url
=
http://37.12.182.29:30015
ehualu.url
=
http://127.0.0.1:30015
\ No newline at end of file
inforsuite.license-path
=
D:
\\
license
\ No newline at end of file
signal-feign-service/src/main/resources/application.properties
View file @
9955602d
#
spring.profiles.active
=
???????
spring.profiles.active
=
docker
\ No newline at end of file
\ No newline at end of file
signal-utc-hisense-service/src/main/resources/bootstrap-docker.yaml
View file @
9955602d
...
@@ -15,4 +15,4 @@ spring:
...
@@ -15,4 +15,4 @@ spring:
allow-circular-references
:
true
allow-circular-references
:
true
inforsuite
:
inforsuite
:
license-path
:
D:\\
济南\\国产化迁移\\中创中间件inforsuit
e
license-path
:
D:\\
licens
e
signal-utc-service/pom.xml
View file @
9955602d
...
@@ -76,11 +76,32 @@
...
@@ -76,11 +76,32 @@
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-websocket
</artifactId>
<artifactId>
spring-boot-starter-websocket
</artifactId>
<!-- 中创中间件inforsuite ,排除tomcat-->
<exclusions>
<exclusion>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-tomcat
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
<artifactId>
spring-boot-starter
</artifactId>
<!-- 中创中间件inforsuite ,排除tomcat-->
<exclusions>
<exclusion>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-tomcat
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>
<!-- 中创中间件inforsuite-->
<dependency>
<groupId>
com.cvicse.embedded
</groupId>
<artifactId>
spring-boot-starter-inforsuite
</artifactId>
<version>
10.0.2.5
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-aop
</artifactId>
<artifactId>
spring-boot-starter-aop
</artifactId>
...
@@ -92,6 +113,12 @@
...
@@ -92,6 +113,12 @@
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<artifactId>
spring-boot-starter-web
</artifactId>
<exclusions>
<exclusion>
<artifactId>
spring-boot-starter-tomcat
</artifactId>
<groupId>
org.springframework.boot
</groupId>
</exclusion>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</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