完成学习nacos请求转发

This commit is contained in:
2026-03-02 18:04:06 +08:00
parent dc17788678
commit e09987fbbb
16 changed files with 375 additions and 3 deletions

View File

@@ -36,6 +36,18 @@
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>
<!-- MyBatis 版本管理 -->
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
</dependency>
<!-- MySQL 驱动(显式绑定版本) -->
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<!-- 构建配置:确保编译和打包正常 -->
<build>