fix: 实验室模块启动报错问题修复

This commit is contained in:
郝先瑞 2022-08-04 22:07:12 +08:00
parent e054f47b13
commit 3156e9c218
5 changed files with 15 additions and 31 deletions

View File

@ -21,6 +21,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
@ -46,5 +47,6 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>

View File

@ -22,6 +22,12 @@
<artifactId>common-log</artifactId>
</dependency>
<dependency>
<groupId>com.youlai</groupId>
<artifactId>common-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>

View File

@ -61,15 +61,6 @@
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>
<dependency>
<groupId>com.youlai</groupId>
<artifactId>common-web</artifactId>
</dependency>
<dependency>
<groupId>com.youlai</groupId>
<artifactId>common-core</artifactId>
</dependency>
<!-- Api文档 -->
<dependency>
<groupId>com.github.xiaoymin</groupId>
@ -85,11 +76,6 @@
<artifactId>spring-jdbc</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.springframework</groupId>-->
<!-- <artifactId>spring-aspects</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
@ -129,6 +115,11 @@
<artifactId>ums-api</artifactId>
</dependency>
<dependency>
<groupId>com.youlai</groupId>
<artifactId>common-web</artifactId>
</dependency>
<dependency>
<groupId>com.youlai</groupId>
<artifactId>common-mybatis</artifactId>

View File

@ -15,7 +15,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
* @author <a href="mailto:2256222053@qq.com">zc</a>
* @date 2021/11/29 0029 22:50
*/
@SpringBootApplication(exclude = DataSourceAutoConfiguration.class)
@SpringBootApplication
@EnableDiscoveryClient
@EnableFeignClients(basePackageClasses = {OrderFeignClient.class, SkuFeignClient.class, MemberFeignClient.class})
public class LabApplication {

View File

@ -15,24 +15,9 @@ spring:
server-addr: http://localhost:8848
# 配置中心
config:
server-addr: http://localhost:8848
server-addr: http://c.youlai.tech:8848
file-extension: yaml
# 公共配置
shared-configs[0]:
data-id: youlai-common.yaml
refresh: true
sentinel:
enabled: true
eager: true # 取消控制台懒加载项目启动即连接Sentinel
transport: # 提供客户端与服务端基础和监控API模块
dashboard: localhost:8858 # 控制台地址
datasource:
# 限流规则flow为key随便定义
flow:
nacos:
server-addr: ${spring.cloud.nacos.discovery.server-addr}
namespace: sentinel-namespace-id
dataId: ${spring.application.name}-flow-rules
groupId: SENTINEL_GROUP
data-type: json
rule-type: flow