|
@@ -9,7 +9,8 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
|
|
*
|
|
*
|
|
* @author ruoyi
|
|
* @author ruoyi
|
|
*/
|
|
*/
|
|
-@SpringBootApplication(scanBasePackages = {"com.project","com.xxl.job"},exclude = {DataSourceAutoConfiguration.class})
|
|
|
|
|
|
+//,"com.xxl.job"
|
|
|
|
+@SpringBootApplication(scanBasePackages = {"com.project"},exclude = {DataSourceAutoConfiguration.class})
|
|
public class ProjectApplication {
|
|
public class ProjectApplication {
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
// System.setProperty("spring.devtools.restart.enabled", "false");
|
|
// System.setProperty("spring.devtools.restart.enabled", "false");
|