Browse Source

去除无用引用

tianboguang 2 years ago
parent
commit
4c206d1fb6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/java/com/fdkankan/ucenter/UserCenterApplication.java

+ 0 - 1
src/main/java/com/fdkankan/ucenter/UserCenterApplication.java

@@ -1,7 +1,6 @@
 package com.fdkankan.ucenter;
 
 import com.fdkankan.ucenter.common.constants.NacosProperty;
-import com.fdkankan.ucenter.common.constants.ShellCmd;
 import org.mybatis.spring.annotation.MapperScan;
 import org.springframework.beans.factory.annotation.Value;
 import org.springframework.boot.CommandLineRunner;