text04-0722

master
15285 2024-07-22 09:07:21 +08:00
parent 92867c23ac
commit 9b548b0b75
4 changed files with 2 additions and 1 deletions

View File

@ -26,12 +26,14 @@
<tag/> <tag/>
<url/> <url/>
</scm> </scm>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

View File

@ -11,7 +11,6 @@ public class ScheduledPrintNameService {
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(ScheduledPrintNameService.class, args); SpringApplication.run(ScheduledPrintNameService.class, args);
} }
/** /**
* *
*/ */

BIN
理论/img.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 KiB

BIN
理论/img_1.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 KiB