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
63993149
Commit
63993149
authored
May 14, 2025
by
zhouleilei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
瀚高数据库国产化适配
parent
992d22a0
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
20 deletions
+17
-20
bootstrap-docker.yaml
...-control-service/src/main/resources/bootstrap-docker.yaml
+2
-2
application-docker.properties
...-service/src/main/resources/application-docker.properties
+3
-3
bootstrap-docker.yaml
...-hisense-service/src/main/resources/bootstrap-docker.yaml
+2
-2
RedisConfig.java
...rvice/src/main/java/net/wanji/utc/config/RedisConfig.java
+1
-1
bootstrap-docker.yaml
signal-utc-service/src/main/resources/bootstrap-docker.yaml
+3
-3
BaseCrossLaneLightsMapper.xml
...s/src/main/resources/mapper/BaseCrossLaneLightsMapper.xml
+3
-3
BaseCrossSectionMapper.xml
...abus/src/main/resources/mapper/BaseCrossSectionMapper.xml
+3
-6
No files found.
signal-control-service/src/main/resources/bootstrap-docker.yaml
View file @
63993149
...
@@ -5,12 +5,12 @@ spring:
...
@@ -5,12 +5,12 @@ spring:
cloud
:
cloud
:
nacos
:
nacos
:
config
:
config
:
server-addr
:
37.8.219.
162:
8848
server-addr
:
37.8.219.
227:2
8848
file-extension
:
yaml
file-extension
:
yaml
group
:
signal
group
:
signal
namespace
:
signal
namespace
:
signal
username
:
nacos
username
:
nacos
password
:
nacos
password
:
Nacos@2025
main
:
main
:
allow-circular-references
:
true
allow-circular-references
:
true
feign
:
feign
:
...
...
signal-feign-service/src/main/resources/application-docker.properties
View file @
63993149
...
@@ -2,7 +2,7 @@ utc.service.url=http://37.8.219.195:32000/utc
...
@@ -2,7 +2,7 @@ utc.service.url=http://37.8.219.195:32000/utc
utc.dt.service.url
=
http://37.8.219.195:39002/utc-dt
utc.dt.service.url
=
http://37.8.219.195:39002/utc-dt
utc.hisense.service.url
=
http://37.8.219.195:39003/utc-hisense
utc.hisense.service.url
=
http://37.8.219.195:39003/utc-hisense
control.url
=
http://37.8.219.195:32001/web
control.url
=
http://37.8.219.195:32001/web
ehualu.url
=
http://37.
8.219.195
:30015
ehualu.url
=
http://37.
12.182.29
:30015
inforsuite.license-path
=
D:
\\
license
#
inforsuite.license-path=D:\\license
#
inforsuite.license-path=/license
inforsuite.license-path
=
/license
#
inforsuite.license-path
=
/data/license
#
inforsuite.license-path
=
/data/license
\ No newline at end of file
signal-utc-hisense-service/src/main/resources/bootstrap-docker.yaml
View file @
63993149
...
@@ -2,12 +2,12 @@ spring:
...
@@ -2,12 +2,12 @@ spring:
cloud
:
cloud
:
nacos
:
nacos
:
config
:
config
:
server-addr
:
37.8.219.
162:
8848
server-addr
:
37.8.219.
227:2
8848
file-extension
:
yaml
file-extension
:
yaml
group
:
signal
group
:
signal
namespace
:
signal
namespace
:
signal
username
:
nacos
username
:
nacos
password
:
nacos
password
:
Nacos@2025
application
:
application
:
# dubbo启动需要程序名称
# dubbo启动需要程序名称
name
:
utc-hisense
name
:
utc-hisense
...
...
signal-utc-service/src/main/java/net/wanji/utc/config/RedisConfig.java
View file @
63993149
...
@@ -119,7 +119,7 @@ public class RedisConfig extends CachingConfigurerSupport {
...
@@ -119,7 +119,7 @@ public class RedisConfig extends CachingConfigurerSupport {
@Bean
@Bean
public
Jedis
jedis
()
{
public
Jedis
jedis
()
{
Jedis
jedis
=
new
Jedis
(
redisHost
,
redisPort
);
Jedis
jedis
=
new
Jedis
(
redisHost
,
redisPort
);
jedis
.
auth
(
"Wanji300552"
);
jedis
.
auth
(
password
);
return
jedis
;
return
jedis
;
}
}
...
...
signal-utc-service/src/main/resources/bootstrap-docker.yaml
View file @
63993149
...
@@ -7,12 +7,12 @@ spring:
...
@@ -7,12 +7,12 @@ spring:
cloud
:
cloud
:
nacos
:
nacos
:
config
:
config
:
server-addr
:
37.8.219.
162:
8848
server-addr
:
37.8.219.
227:2
8848
file-extension
:
yaml
file-extension
:
yaml
group
:
signal
group
:
signal
namespace
:
signal
namespace
:
signal
username
:
nacos
username
:
nacos
password
:
nacos
password
:
Nacos@2025
inforsuite
:
inforsuite
:
license-path
:
D:\\济南\\国产化迁移\\中创中间件inforsuite
license-path
:
D:\\license
\ No newline at end of file
\ No newline at end of file
wj-databus/src/main/resources/mapper/BaseCrossLaneLightsMapper.xml
View file @
63993149
...
@@ -55,9 +55,9 @@
...
@@ -55,9 +55,9 @@
<select
id=
"selectLightsCodeByLaneId"
resultType=
"java.lang.String"
>
<select
id=
"selectLightsCodeByLaneId"
resultType=
"java.lang.String"
>
select t2.lights_no
select t2.lights_no
from t_base_cross_lane_lights t1
from t_base_cross_lane_lights t1
join t_base_cross_lights t2
join t_base_cross_lights t2 on t1.lights_id = t2.id
join t_base_lane_info t3
join t_base_lane_info t3
on t1.lane_id = t3.id and t1.lights_id = t2
.id
ON t1.lane_id = t3
.id
where t3.id = #{laneId} and t3.type = 2
where t3.id = #{laneId} and t3.type = 2
</select>
</select>
...
...
wj-databus/src/main/resources/mapper/BaseCrossSectionMapper.xml
View file @
63993149
...
@@ -133,12 +133,9 @@
...
@@ -133,12 +133,9 @@
SELECT t1.cross_id, t1.start_time, t1.end_time, t1.scheme_id, t2.name as planName, t3.schedules_id,
SELECT t1.cross_id, t1.start_time, t1.end_time, t1.scheme_id, t2.name as planName, t3.schedules_id,
t3.week, t3.special_date, t4.name as scheduleName
t3.week, t3.special_date, t4.name as scheduleName
FROM t_base_cross_section t1
FROM t_base_cross_section t1
JOIN t_base_cross_plan t2
JOIN t_base_cross_plan t2 ON t1.plan_id = t2.id
JOIN t_base_cross_schedules_plan t3
JOIN t_base_cross_schedules_plan t3 ON t2.id = t3.plan_id
JOIN t_base_cross_schedules t4
JOIN t_base_cross_schedules t4 ON t3.schedules_id = t4.id
ON t1.plan_id = t2.id
AND t2.id = t3.plan_id
AND t3.schedules_id = t4.id
WHERE t1.cross_id = #{crossId}
WHERE t1.cross_id = #{crossId}
AND t4.status = 1
AND t4.status = 1
</select>
</select>
...
...
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