week1若依微服务

week1_5
Yunfei Du 2024-02-27 09:36:41 +08:00
parent b6c3ac9074
commit 657c0ce3a1
3 changed files with 31 additions and 0 deletions

View File

@ -13,6 +13,7 @@
<module>ruoyi-gen</module>
<module>ruoyi-job</module>
<module>ruoyi-file</module>
<module>ruoyi-shop</module>
</modules>
<artifactId>ruoyi-modules</artifactId>

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-modules</artifactId>
<version>3.6.3</version>
</parent>
<artifactId>ruoyi-shop</artifactId>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>

View File

@ -0,0 +1,10 @@
package com.ruoyi.system.controller;
/**
* @ClassName Add
* @Description
* @Author YunFei.Du
* @Date 2024/2/27 9:36
*/
public class Add {
}