diff --git a/pom.xml b/pom.xml
index 9b87f38..8ba9fac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.2.4
+ 2.5.4
com.cn.tenlion.aishop
@@ -32,191 +32,57 @@
org.springframework.boot
spring-boot-starter-freemarker
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
mysql
mysql-connector-java
${mysql.version}
runtime
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
org.mybatis.spring.boot
mybatis-spring-boot-starter
${spring-mybatis.version}
-
- com.alibaba
- druid-spring-boot-starter
- ${druid.version}
-
-
- junit
- junit
- test
-
-
-
-
-
-
-
-
-
-
-
-
-
- ink.wgink
- login-oauth2-server
- 1.0-SNAPSHOT
-
-
- ink.wgink
- module-oauth2-client
- 1.0-SNAPSHOT
-
-
- ink.wgink
- login-app
- 1.0-SNAPSHOT
-
-
- ink.wgink
- service-group
- 1.0-SNAPSHOT
-
-
- ink.wgink
- register-base
- 1.0-SNAPSHOT
-
-
- ink.wgink
- service-position
- 1.0-SNAPSHOT
-
-
- ink.wgink
- service-role
- 1.0-SNAPSHOT
-
ink.wgink
module-sms
1.0-SNAPSHOT
+
+ ink.wgink
+ basic-app
+ 1.0-SNAPSHOT
+
ink.wgink
module-file
1.0-SNAPSHOT
+
+ ink.wgink
+ login-oauth2-client
+ 1.0-SNAPSHOT
+
+
ink.wgink
module-dictionary
1.0-SNAPSHOT
-
-
-
-
-
+
- cn.com.tenlion
- module-project-config
- 1.0-SNAPSHOT
-
-
-
- org.springframework.boot
- spring-boot-starter-data-mongodb
-
-
-
-
- org.springframework.boot
- spring-boot-starter-data-redis
-
-
-
-
- com.google.code.gson
- gson
- 2.8.5
-
-
-
- com.google.zxing
- core
- 3.3.3
-
-
- com.google.zxing
- javase
- 3.3.3
-
-
-
-
- com.github.wechatpay-apiv3
- wechatpay-java
- 0.2.11
-
-
-
- com.alipay.sdk
- alipay-sdk-java
- 4.39.2.ALL
-
-
-
-
-
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-starter-websocket
-
-
- org.quartz-scheduler
- quartz
- 2.2.1
-
-
- com.github.binarywang
- java-emoji-converter
- 0.1.1
-
-
- org.projectlombok
- lombok
- 1.16.10
-
-
- ink.wgink
- mongo-module-file
- 1.0-SNAPSHOT
-
-
-
- ink.wgink
- module-file
- 1.0-SNAPSHOT
-
-
- org.apache.commons
- commons-compress
- 1.19
+ net.sourceforge.tess4j
+ tess4j
+ 5.4.0
+
diff --git a/src/main/resources/application-lanproxy.yml b/src/main/resources/application-lanproxy.yml
index cb31214..2622912 100644
--- a/src/main/resources/application-lanproxy.yml
+++ b/src/main/resources/application-lanproxy.yml
@@ -1,9 +1,9 @@
server:
port: 9001
- url: http://121.36.71.250:58086/aishop
- system-title: AI商城
- system-sub-title: AI商城
- default-home-page: agent/index/home
+ url: http://121.36.71.250:58087/aishop/
+ system-title: AI软著商城
+ system-sub-title: AI软著商城
+ default-home-page: aishop/index/home
nav-page: ${api-path.user-center}
servlet:
context-path: /aishop
@@ -82,8 +82,8 @@ file:
api-path:
user-center: http://121.36.71.250:58085/operator
- client-id: 80ce03b81034487e9c348236d7a26dd6
- client-secret: K09jUGNsWS81YlFSTXU5K1RuOFFRbGE4V1M1NS81VFhMcFBKa1NubGtIL2xIdG9KZmEyTjJIRnI0dG1McEdEVA==
+ client-id: 290ec23667434aa289d07ff4e2491c12
+ client-secret: bStibC84cElYZCtNU2Zhd3dCeUpwMU5NaDZlbXhXTlFmR0pqcDhXMWZBdmxIdG9KZmEyTjJIRnI0dG1McEdEVA==
security:
oauth2:
@@ -111,15 +111,30 @@ logging:
level:
root: error
ink.wgink: debug
+ cn.com.tenlion.*: debug
-
-agent:
+aishop:
# 账户系统地址
account-service-path: http://121.36.71.250:58085/operator
# 客户系统地址
copyright-service-path: http://121.36.71.250:58038/copyright
# 门户系统地址
menhu-service-path: http://192.168.0.4:7023/portal
+ # 平台加价比例百分比
+ price-increase-ratio: 20
+ # 平台管理员角色ID
+ system-role-id: da8b2caf-2aa3-4886-ac20-47c0dc900e88
+ # 是否开启短信通知
+ sms-switch: true
+
+sms:
+ active: true
+ type: default
+ default-sms:
+ account: xd001382
+ password: xd001382136
+ sign: 【AIXXX平台】
+