feat: 修改服务器地址
This commit is contained in:
@@ -44,7 +44,7 @@ public class DruidEncryptUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) throws Exception {
|
public static void main(String[] args) throws Exception {
|
||||||
String encrypt = encrypt("$LDQ20020618xxx$");
|
String encrypt = encrypt("");
|
||||||
System.out.println("encrypt:" + encrypt);
|
System.out.println("encrypt:" + encrypt);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -2,10 +2,10 @@ server:
|
|||||||
port: 3000
|
port: 3000
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
username: landaiqing
|
username: root
|
||||||
password: Z1JyO9hVmDLYbpWnM7oiFO3BEoDCrV6njYjl/2oudBHwTepxLxnaZ1aDfohrYwYpGWUodgu7gnRcZ5mfIm6lIg==
|
password: BZbVbGDBePiA2q8/mt0eMxKNpHniDzxBtOxFadQiAOTDzCDlopC4qOKwwBEi9CAZcuFsCrRJdwn0wP6jwsnzxw==
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://116.196.80.239:3306/schisandra-cloud-storage?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=true
|
url: jdbc:mysql://1.95.0.111:3306/schisandra-cloud-storage?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=true
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
druid:
|
druid:
|
||||||
initial-size: 20
|
initial-size: 20
|
||||||
@@ -32,7 +32,7 @@ spring:
|
|||||||
# Redis数据库索引(默认为0)
|
# Redis数据库索引(默认为0)
|
||||||
database: 1
|
database: 1
|
||||||
# Redis服务器地址
|
# Redis服务器地址
|
||||||
host: 116.196.80.239
|
host: 1.95.0.111
|
||||||
# Redis服务器连接端口
|
# Redis服务器连接端口
|
||||||
port: 6379
|
port: 6379
|
||||||
# Redis服务器连接密码(默认为空)
|
# Redis服务器连接密码(默认为空)
|
||||||
@@ -49,7 +49,7 @@ spring:
|
|||||||
max-idle: 10
|
max-idle: 10
|
||||||
# 连接池中的最小空闲连接
|
# 连接池中的最小空闲连接
|
||||||
min-idle: 0
|
min-idle: 0
|
||||||
publicKey: MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAKXX1HPAKowh8Ub9fDTGI5exGLMRppbVQFDlDBBxAWcbfdLN5hXgfg02D7wy+jCe9uCdV5vgZR72PFoe+mnLp80CAwEAAQ==
|
publicKey: MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANUVxjcrVoirBZaNmDrUqatHEW4FOHbO5ynW6zvhIbRMo6hEFGgglbURkjuHOlgEduxJVz6Xa+sG+FMrxTguOJECAwEAAQ==
|
||||||
logging:
|
logging:
|
||||||
config: classpath:log4j2-spring.xml
|
config: classpath:log4j2-spring.xml
|
||||||
############## Sa-Token 配置 (文档: https://sa-token.cc) ##############
|
############## Sa-Token 配置 (文档: https://sa-token.cc) ##############
|
||||||
|
@@ -6,12 +6,12 @@ spring:
|
|||||||
cloud:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
config:
|
config:
|
||||||
server-addr: 116.196.80.239:8848
|
server-addr: 1.95.0.111:8848
|
||||||
prefix: ${spring.application.name}
|
prefix: ${spring.application.name}
|
||||||
group: DEFAULT_GROUP
|
group: DEFAULT_GROUP
|
||||||
namespace:
|
namespace:
|
||||||
file-extension: yaml
|
file-extension: yaml
|
||||||
discovery:
|
discovery:
|
||||||
enabled: true
|
enabled: true
|
||||||
server-addr: 116.196.80.239:8848
|
server-addr: 1.95.0.111:8848
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
server:
|
server:
|
||||||
port: 4000
|
port: 4000
|
||||||
minio:
|
minio:
|
||||||
url: http://116.196.80.239:9000/
|
url: http://1.95.0.111:9000/
|
||||||
accessKey: landaiqing
|
accessKey: landaiqing
|
||||||
secretKey: LDQ20020618xxx
|
secretKey: LDQ20020618xxx
|
||||||
|
@@ -6,12 +6,12 @@ spring:
|
|||||||
cloud:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
config:
|
config:
|
||||||
server-addr: 116.196.80.239:8848
|
server-addr: 1.95.0.111:8848
|
||||||
prefix: ${spring.application.name}
|
prefix: ${spring.application.name}
|
||||||
group: DEFAULT_GROUP
|
group: DEFAULT_GROUP
|
||||||
namespace:
|
namespace:
|
||||||
file-extension: yaml
|
file-extension: yaml
|
||||||
discovery:
|
discovery:
|
||||||
enabled: true
|
enabled: true
|
||||||
server-addr: 116.196.80.239:8848
|
server-addr: 1.95.0.111:8848
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ spring:
|
|||||||
# Redis数据库索引(默认为0)
|
# Redis数据库索引(默认为0)
|
||||||
database: 1
|
database: 1
|
||||||
# Redis服务器地址
|
# Redis服务器地址
|
||||||
host: 116.196.80.239
|
host: 1.95.0.111
|
||||||
# Redis服务器连接端口
|
# Redis服务器连接端口
|
||||||
port: 6379
|
port: 6379
|
||||||
# Redis服务器连接密码(默认为空)
|
# Redis服务器连接密码(默认为空)
|
||||||
|
Reference in New Issue
Block a user