mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-30 09:48:43 +08:00 
			
		
		
		
	项目结构调整 x 15 : 将 web、security、operatelog 等组件拆分出去
This commit is contained in:
		| @@ -28,16 +28,16 @@ | ||||
|  | ||||
|         <!-- Web 相关 --> | ||||
|         <dependency> | ||||
|             <groupId>org.springframework</groupId> | ||||
|             <artifactId>spring-web</artifactId> | ||||
|             <groupId>cn.iocoder.boot</groupId> | ||||
|             <artifactId>yudao-spring-boot-starter-web</artifactId> | ||||
|             <scope>provided</scope> <!-- 设置为 provided,只有 OncePerRequestFilter 使用到 --> | ||||
|         </dependency> | ||||
|  | ||||
|         <dependency> | ||||
|             <groupId>jakarta.servlet</groupId> | ||||
|             <artifactId>jakarta.servlet-api</artifactId> | ||||
|             <scope>provided</scope> <!-- 设置为 provided,只有 OncePerRequestFilter 使用到 --> | ||||
|         </dependency> | ||||
| <!--        <dependency>--> | ||||
| <!--            <groupId>jakarta.servlet</groupId>--> | ||||
| <!--            <artifactId>jakarta.servlet-api</artifactId>--> | ||||
| <!--            <scope>provided</scope> <!– 设置为 provided,只有 OncePerRequestFilter 使用到 –>--> | ||||
| <!--        </dependency>--> | ||||
|  | ||||
|         <!-- DB 相关 --> | ||||
|         <dependency> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV