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
8e18a344
Commit
8e18a344
authored
Apr 06, 2023
by
duanruiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[update] 展厅173对应海康176平台
parent
5cba4d07
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
+2
-7
pom.xml
signal-utc-service/pom.xml
+0
-5
UtcApplication.java
...c-service/src/main/java/net/wanji/utc/UtcApplication.java
+1
-1
application-prod.yml
signal-utc-service/src/main/resources/application-prod.yml
+1
-1
No files found.
signal-utc-service/pom.xml
View file @
8e18a344
...
...
@@ -41,11 +41,6 @@
</exclusion>
</exclusions>
</dependency>
<!-- <dependency>-->
<!-- <groupId>net.wanji</groupId>-->
<!-- <artifactId>wj-databus</artifactId>-->
<!-- <version>0.0.1</version>-->
<!-- </dependency>-->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-websocket
</artifactId>
...
...
signal-utc-service/src/main/java/net/wanji/utc/UtcApplication.java
View file @
8e18a344
...
...
@@ -10,7 +10,7 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
/**
* @date 2022/11/15 8:31
*/
@SpringBootApplication
(
scanBasePackages
=
{
"net.wanji.utc"
,
"net.wanji.
databus"
,
"net.wanji.
common"
})
@SpringBootApplication
(
scanBasePackages
=
{
"net.wanji.utc"
,
"net.wanji.common"
})
@EnableTransactionManagement
@MapperScan
(
basePackages
=
{
"net.wanji.utc.mapper"
,
"net.wanji.databus.dao.mapper"
})
@EnableScheduling
...
...
signal-utc-service/src/main/resources/application-prod.yml
View file @
8e18a344
...
...
@@ -40,7 +40,7 @@ signal:
manufacturer
:
hk
:
# 服务地址
artemisHost
:
10.102.1.1
83
artemisHost
:
10.102.1.1
76
# 接口服务验证用户名
artemisAppKey
:
20893705
# 接口服务验证密钥
...
...
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