|
@@ -11,7 +11,6 @@ import org.springframework.context.annotation.ComponentScan;
|
|
|
* @author phm
|
|
|
*/
|
|
|
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})
|
|
|
-@ComponentScan({ "com.phm.*", "com.test.*" })
|
|
|
public class PHMApplication {
|
|
|
public static void main(String[] args) {
|
|
|
// System.setProperty("spring.devtools.restart.enabled", "false");
|