Commit bebbb0fd by xmh

添加关于整个合成图的字母

重构坐标计算方式
1 parent 8033818e
......@@ -25,6 +25,7 @@ public enum Dict {
picType.put(6, "车牌特写");
picType.put(7, "车标特写");
picType.put(8, "人脸特写");
picType.put(9, "合成图");
captionType.put(1, "抓拍时间");
captionType.put(2, "地点名称");
......
......@@ -11,9 +11,9 @@ spring:
# 服务发现配置
discovery:
# 启用服务发现
enabled: false
enabled: true
# 启用服务注册
register: false
register: true
# 服务停止时取消注册
deregister: true
# 表示注册时使用IP而不是hostname
......@@ -28,7 +28,7 @@ spring:
instance-id: ${spring.application.name}:${spring.cloud.consul.discovery.ip-address}:${server.port}
ip-address: 192.168.9.146
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
password: vion
schema: classpath:db/init.sql
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!