Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
谢明辉
/
存储配置服务
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit bebbb0fd
authored
Feb 16, 2022
by
xmh
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加关于整个合成图的字母
重构坐标计算方式
1 parent
8033818e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
src/main/java/com/viontech/storage/config/Dict.java
src/main/java/com/viontech/storage/entity/Generator.java
src/main/resources/application.yml
src/main/java/com/viontech/storage/config/Dict.java
View file @
bebbb0f
...
@@ -25,6 +25,7 @@ public enum Dict {
...
@@ -25,6 +25,7 @@ public enum Dict {
picType
.
put
(
6
,
"车牌特写"
);
picType
.
put
(
6
,
"车牌特写"
);
picType
.
put
(
7
,
"车标特写"
);
picType
.
put
(
7
,
"车标特写"
);
picType
.
put
(
8
,
"人脸特写"
);
picType
.
put
(
8
,
"人脸特写"
);
picType
.
put
(
9
,
"合成图"
);
captionType
.
put
(
1
,
"抓拍时间"
);
captionType
.
put
(
1
,
"抓拍时间"
);
captionType
.
put
(
2
,
"地点名称"
);
captionType
.
put
(
2
,
"地点名称"
);
...
...
src/main/java/com/viontech/storage/entity/Generator.java
View file @
bebbb0f
This diff is collapsed.
Click to expand it.
src/main/resources/application.yml
View file @
bebbb0f
...
@@ -11,9 +11,9 @@ spring:
...
@@ -11,9 +11,9 @@ spring:
# 服务发现配置
# 服务发现配置
discovery
:
discovery
:
# 启用服务发现
# 启用服务发现
enabled
:
fals
e
enabled
:
tru
e
# 启用服务注册
# 启用服务注册
register
:
fals
e
register
:
tru
e
# 服务停止时取消注册
# 服务停止时取消注册
deregister
:
true
deregister
:
true
# 表示注册时使用IP而不是hostname
# 表示注册时使用IP而不是hostname
...
@@ -28,7 +28,7 @@ spring:
...
@@ -28,7 +28,7 @@ spring:
instance-id
:
${spring.application.name}:${spring.cloud.consul.discovery.ip-address}:${server.port}
instance-id
:
${spring.application.name}:${spring.cloud.consul.discovery.ip-address}:${server.port}
ip-address
:
192.168.9.146
ip-address
:
192.168.9.146
datasource
:
datasource
:
url
:
jdbc:h2:
tcp://localhost:9092/
F:\\myIDEAworkspace\\繁星\\storage-config\\h2\\storeConfig
url
:
jdbc:h2:
file:
F:\\myIDEAworkspace\\繁星\\storage-config\\h2\\storeConfig
username
:
root
username
:
root
password
:
vion
password
:
vion
schema
:
classpath:db/init.sql
schema
:
classpath:db/init.sql
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment