| | |
| | | |
| | | <dependencies> |
| | | |
| | | <!-- spring-boot-devtools --> |
| | | <!-- spring-boot-devtools --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-devtools</artifactId> |
| | |
| | | <artifactId>ruoyi-generator</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- 系统模块--> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>smartor</artifactId> |
| | | <version>3.8.5</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/net.glxn.qrgen/javase --> |
| | | <dependency> |
| | | <groupId>net.glxn.qrgen</groupId> |
| | | <artifactId>javase</artifactId> |
| | | <version>2.0</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/net.glxn.qrgen/core --> |
| | | <dependency> |
| | | <groupId>net.glxn.qrgen</groupId> |
| | | <artifactId>core</artifactId> |
| | | <version>2.0</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |