|
@@ -8,6 +8,10 @@ import org.springframework.boot.web.servlet.ServletComponentScan;
|
|
|
import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
|
|
|
import org.springframework.scheduling.annotation.EnableAsync;
|
|
|
|
|
|
+/**
|
|
|
+ * 技术讲解学习社区:https://www.coderutil.com/star/28
|
|
|
+ * 加社区学习线下交流群:https://www.coderutil.com/star/qa/1858
|
|
|
+ */
|
|
|
@ServletComponentScan
|
|
|
@SpringBootApplication
|
|
|
@EnableJpaRepositories(basePackages = "com.webchat.repository")
|