初始化

dev.saas.customer
chentaisen 2024-09-21 19:00:12 +08:00 committed by 少年梦与砖
parent 43d806b857
commit ed0bf90683
11 changed files with 15 additions and 27 deletions

View File

@ -4,10 +4,10 @@ server:
# nacos线上地址
nacos:
addr: 106.54.193.225:8848
addr: nacos.muyu.icu:8848
user-name: nacos
password: nacos
namespace: one
namespace: muyu-cloud
# Spring
spring:
application:

View File

@ -164,15 +164,6 @@
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.5.7</version>
</dependency>
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
<version>1.4.11</version>
</dependency>
</dependencies>
</project>

View File

@ -50,7 +50,7 @@ public class ValidateCodeServiceImpl implements ValidateCodeService {
CaptchaCodeResp.CaptchaCodeRespBuilder respBuilder = CaptchaCodeResp.builder()
.captchaEnabled(captchaEnabled);
if (!captchaEnabled) {
return Result.success(respBuilder.build());
return Result.success(respBuilder);
}
// 保存验证码信息

View File

@ -4,10 +4,10 @@ server:
# nacos线上地址
nacos:
addr: 106.54.193.225:8848
addr: nacos.muyu.icu:8848
user-name: nacos
password: nacos
namespace: one
namespace: muyu-cloud
# Spring
spring:

View File

@ -4,10 +4,10 @@ server:
# nacos线上地址
nacos:
addr: 106.54.193.225:8848
addr: nacos.muyu.icu:8848
user-name: nacos
password: nacos
namespace: one
namespace: muyu-cloud
# Spring
spring:

View File

@ -4,10 +4,10 @@ server:
# nacos线上地址
nacos:
addr: 106.54.193.225:8848
addr: nacos.muyu.icu:8848
user-name: nacos
password: nacos
namespace: one
namespace: muyu-cloud
# Spring
spring:

View File

@ -19,4 +19,3 @@ public class CloudSystemApplication {
SpringApplication.run(CloudSystemApplication.class, args);
}
}

View File

@ -4,10 +4,10 @@ server:
# nacos线上地址
nacos:
addr: 106.54.193.225:8848
addr: nacos.muyu.icu:8848
user-name: nacos
password: nacos
namespace: one
namespace: muyu-cloud
# SPRING_AMQP_DESERIALIZATION_TRUST_ALL=true spring.amqp.deserialization.trust.all
# Spring
spring:

View File

@ -12,7 +12,6 @@
<module>cloud-modules-system</module>
<module>cloud-modules-gen</module>
<module>cloud-modules-file</module>
<module>cloud-breakdown</module>
</modules>
<artifactId>cloud-modules</artifactId>

View File

@ -4,10 +4,10 @@ server:
# nacos线上地址
nacos:
addr: 106.54.193.225:8848
addr: nacos.muyu.icu:8848
user-name: nacos
password: nacos
namespace: one
namespace: muyu-cloud
# Spring
spring:

View File

@ -5,4 +5,3 @@ docker run --name xxl-job-admin -d \
-e PARAMS="--spring.config.additional-location=/config/application.properties" \
-v ./log:/data/applogs \
xuxueli/xxl-job-admin:2.4.1