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
d1aac497
Commit
d1aac497
authored
May 26, 2025
by
duwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev-wuhan' into dev-wuhan
parents
8fc62e94
77ca940c
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
965 additions
and
4 deletions
+965
-4
pom.xml
pom.xml
+5
-0
pom-demo.xml
signal-control-service/pom-demo.xml
+309
-0
bootstrap-demo.yaml
...al-control-service/src/main/resources/bootstrap-demo.yaml
+15
-0
application-demo.properties
...gn-service/src/main/resources/application-demo.properties
+4
-4
pom-demo.xml
signal-optimize-service/pom-demo.xml
+296
-0
pom-demo.xml
signal-utc-service/pom-demo.xml
+285
-0
pom.xml
wj-common/pom.xml
+28
-0
pom.xml
wj-databus/pom.xml
+23
-0
No files found.
pom.xml
View file @
d1aac497
...
...
@@ -289,6 +289,11 @@
</filesets>
</configuration>
</plugin>
<plugin>
<groupId>
com.google.cloud.tools
</groupId>
<artifactId>
jib-maven-plugin
</artifactId>
<version>
3.4.5
</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
...
...
signal-control-service/pom-demo.xml
0 → 100644
View file @
d1aac497
This diff is collapsed.
Click to expand it.
signal-control-service/src/main/resources/bootstrap-demo.yaml
0 → 100644
View file @
d1aac497
spring
:
application
:
# dubbo启动需要程序名称
name
:
web
cloud
:
nacos
:
config
:
server-addr
:
10.102.1.163:8848
file-extension
:
yaml
group
:
signal
namespace
:
signal
username
:
nacos
password
:
Wgzonal0sowQjm9
main
:
allow-circular-references
:
true
\ No newline at end of file
signal-feign-service/src/main/resources/application-demo.properties
View file @
d1aac497
utc.service.url
=
http://
192.168.208.43
:32000/utc
utc.dt.service.url
=
http://1
92.168.208.43
:39002/utc-dt
utc.hisense.service.url
=
http://1
92.168.208.43
:39003/utc-hisense
control.url
=
http://1
92.168.208.43
:32001/web
utc.service.url
=
http://
fuzhujuece-signal-utc-service
:32000/utc
utc.dt.service.url
=
http://1
0.102.1.182
:39002/utc-dt
utc.hisense.service.url
=
http://1
0.102.1.182
:39003/utc-hisense
control.url
=
http://1
0.102.1.182
:32001/web
signal-optimize-service/pom-demo.xml
0 → 100644
View file @
d1aac497
This diff is collapsed.
Click to expand it.
signal-utc-service/pom-demo.xml
0 → 100644
View file @
d1aac497
This diff is collapsed.
Click to expand it.
wj-common/pom.xml
View file @
d1aac497
...
...
@@ -558,4 +558,32 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
com.google.cloud.tools
</groupId>
<artifactId>
jib-maven-plugin
</artifactId>
<configuration>
<!-- we don't want jib to execute on this module -->
<skip>
true
</skip>
</configuration>
</plugin>
<!-- we want this library to be built reproducibly -->
<plugin>
<groupId>
io.github.zlika
</groupId>
<artifactId>
reproducible-build-maven-plugin
</artifactId>
<version>
0.11
</version>
<executions>
<execution>
<id>
run-when-packaged
</id>
<goals>
<goal>
strip-jar
</goal>
</goals>
<phase>
package
</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
wj-databus/pom.xml
View file @
d1aac497
...
...
@@ -44,6 +44,29 @@
<build>
<plugins>
<plugin>
<groupId>
com.google.cloud.tools
</groupId>
<artifactId>
jib-maven-plugin
</artifactId>
<configuration>
<!-- we don't want jib to execute on this module -->
<skip>
true
</skip>
</configuration>
</plugin>
<!-- we want this library to be built reproducibly -->
<plugin>
<groupId>
io.github.zlika
</groupId>
<artifactId>
reproducible-build-maven-plugin
</artifactId>
<version>
0.11
</version>
<executions>
<execution>
<id>
run-when-packaged
</id>
<goals>
<goal>
strip-jar
</goal>
</goals>
<phase>
package
</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-dependency-plugin
</artifactId>
...
...
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