Quellcode durchsuchen

springboot init

springboot init
shimingxy vor 5 Jahren
Ursprung
Commit
3c9c422fc7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 {
 
 }