瀏覽代碼

springboot init

springboot init
shimingxy 5 年之前
父節點
當前提交
3c9c422fc7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      maxkey-web-manage/src/main/java/org/maxkey/MaxKeyConfig.java

+ 1 - 1
maxkey-web-manage/src/main/java/org/maxkey/MaxKeyConfig.java

@@ -4,7 +4,7 @@ import org.springframework.context.annotation.Configuration;
 import org.springframework.context.annotation.ImportResource;
 
 @Configuration
-@ImportResource(locations={"classpath:spring/maxkey_mgt.xml"})
+@ImportResource(locations={"classpath:spring/maxkey-mgt.xml"})
 public class MaxKeyConfig {
 
 }