|
|
@@ -1,4 +1,3 @@
|
|
|
-#admin 需要把他干掉
|
|
|
spring:
|
|
|
application:
|
|
|
open-dev: true #开启本地调试
|
|
|
@@ -7,7 +6,7 @@ spring:
|
|
|
port: 6379
|
|
|
password: mrxudms@2015
|
|
|
datasource:
|
|
|
- url: jdbc:mysql://localhost:3306/mrxu_all_v2?serverTimezone=GMT%2B8&characterEncoding=utf-8&useSSL=false
|
|
|
+ url: jdbc:mysql://localhost:3306/mrxu_yolo?serverTimezone=GMT%2B8&characterEncoding=utf-8&useSSL=false
|
|
|
username: root
|
|
|
password: xjw123
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
@@ -35,44 +34,6 @@ shiro:
|
|
|
superAdmin: admin
|
|
|
password: Danchaofan2009!
|
|
|
|
|
|
-# 系统配置
|
|
|
-mrxu:
|
|
|
- domain: http://mrxu.test.xukexin.com
|
|
|
-
|
|
|
-xxl:
|
|
|
- job:
|
|
|
- admin:
|
|
|
- addresses: http://localhost:8888/xxl-job-admin/
|
|
|
- accessToken: xjw@zzt
|
|
|
- executor:
|
|
|
- appname: mrxu-manager-test
|
|
|
- #address: ''
|
|
|
- ip: 10.0.4.9
|
|
|
- port: 5281
|
|
|
- logpath: /data/app/log/xxljob
|
|
|
- logretentiondays: -1
|
|
|
-
|
|
|
-rocketmq:
|
|
|
- name-server: localhost:9876
|
|
|
- producer:
|
|
|
- group: mrxu-manager
|
|
|
-
|
|
|
-weixin:
|
|
|
- # 小程序前端接口域名
|
|
|
- frontDomain: mrxu.test.xukexin.com
|
|
|
- adminDomain: mrxu.test.xukexin.com
|
|
|
- # 微信开发平台
|
|
|
- appid: wx1cc2f938254ae666
|
|
|
- appsecret: 610a4a405cdc411564dd8b224fe8b7f9
|
|
|
- token: mrxu
|
|
|
- aesKey: iCPBXbeaYTkcHjIAwykToK3UWMtszA8IcsbKI3ZTpDW
|
|
|
-
|
|
|
-# 飞蛾打印机配置
|
|
|
-# http://admin.feieyun.com/login.php
|
|
|
-feiE:
|
|
|
- user: 215696643@qq.com
|
|
|
- uKey: qM63YRE9PQdRDcNQ
|
|
|
-
|
|
|
# yolo相关配置
|
|
|
yolo:
|
|
|
train:
|