springboot init

springboot init
This commit is contained in:
shimingxy
2019-09-08 23:19:37 +08:00
parent 3c9c422fc7
commit ba4514164e
65 changed files with 2276 additions and 204 deletions

View File

@@ -0,0 +1,10 @@
package org.maxkey;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ImportResource;
@Configuration
public class MaxKeyMgtConfig {
}