优化代码

This commit is contained in:
SanLi
2020-07-14 18:49:06 +08:00
parent 9dac424e56
commit 756f6483bc
2 changed files with 7 additions and 1 deletions

View File

@@ -19,6 +19,12 @@
</properties>
<dependencies>
<!--screw-core-->
<dependency>
<groupId>cn.smallbun.screw</groupId>
<artifactId>screw-core</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>

View File

@@ -20,4 +20,4 @@
* @author SanLi
* Created by qinggang.zuo@gmail.com / 2689170096@qq.com on 2020/7/14 14:56
*/
package cn.smallbun.screw.dashboard.mapper;
package cn.smallbun.screw.dashboard.repository;