text04-0722
parent
92867c23ac
commit
9b548b0b75
2
pom.xml
2
pom.xml
|
@ -26,12 +26,14 @@
|
|||
<tag/>
|
||||
<url/>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
|
@ -11,7 +11,6 @@ public class ScheduledPrintNameService {
|
|||
public static void main(String[] args) {
|
||||
SpringApplication.run(ScheduledPrintNameService.class, args);
|
||||
}
|
||||
|
||||
/**
|
||||
* 定时任务 每隔五秒执行
|
||||
*/
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 399 KiB |
Binary file not shown.
After Width: | Height: | Size: 269 KiB |
Loading…
Reference in New Issue