| | |
| | | 1. security:用户的认证、权限的校验,实现「谁」可以做「什么事」 |
| | | 2. operatelog:操作日志,实现「谁」在「什么时间」对「什么」做了「什么事」 |
| | | </description> |
| | | <url>https://github.com/YunaiV/ruoyi-vue-pro</url> |
| | | <url>http://172.16.8.100:8888/summary/iailab-plat.git</url> |
| | | |
| | | <dependencies> |
| | | <dependency> |
| | |
| | | <groupId>io.github.mouzt</groupId> |
| | | <artifactId>bizlog-sdk</artifactId> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | |
| | | <build> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-assembly-plugin</artifactId> |
| | | <version>3.3.0</version> |
| | | <executions> |
| | | <execution> |
| | | <phase>package</phase> |
| | | <goals> |
| | | <goal>single</goal> |
| | | </goals> |
| | | </execution> |
| | | </executions> |
| | | <configuration> |
| | | <descriptorRefs> |
| | | <descriptorRef>jar-with-dependencies</descriptorRef> |
| | | </descriptorRefs> |
| | | <!-- <descriptors>--> |
| | | <!-- <descriptor>src/main/resources/assembly.xml</descriptor>--> |
| | | <!-- </descriptors>--> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | </project> |