代码优化调整

This commit is contained in:
2024-01-15 20:27:55 +08:00
parent 7b31e0376c
commit c3f7491598
13 changed files with 208 additions and 188 deletions

View File

@@ -56,7 +56,7 @@ spring:
strict: false
datasource:
master:
url: jdbc:oracle:thin:@192.168.1.51:1521:pqsbase
url: jdbc:oracle:thin:@192.168.1.101:1521:pqsbase
username: pqsadmin
password: Pqsadmin123
driver-class-name: oracle.jdbc.driver.OracleDriver
@@ -82,3 +82,7 @@ mybatis-plus:
#指定主键生成策略
id-type: assign_uuid
#分片次数一定为24的约数1 2 3 4 6 8 12 24
business:
slice: 4