|
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <parent> |
6 | | - <groupId>org.springframework.boot</groupId> |
7 | | - <artifactId>spring-boot-starter-parent</artifactId> |
8 | | - <version>2.3.3.RELEASE</version> |
9 | | - <relativePath/> <!-- lookup parent from repository --> |
| 6 | + <groupId>com.notebook</groupId> |
| 7 | + <artifactId>Springboot-Notebook</artifactId> |
| 8 | + <version>0.0.1-SNAPSHOT</version> |
10 | 9 | </parent> |
11 | | - <groupId>com.xiaofu.douyin</groupId> |
12 | 10 | <artifactId>springboot-douyin-watermark</artifactId> |
13 | 11 | <version>0.0.1-SNAPSHOT</version> |
14 | 12 | <name>springboot-douyin-watermark</name> |
15 | | - <description>Demo project for Spring Boot</description> |
16 | | - |
17 | | - <properties> |
18 | | - <java.version>1.8</java.version> |
19 | | - </properties> |
20 | 13 |
|
21 | 14 | <dependencies> |
22 | 15 |
|
23 | | - <dependency> |
24 | | - <groupId>org.springframework.boot</groupId> |
25 | | - <artifactId>spring-boot-starter-web</artifactId> |
26 | | - </dependency> |
27 | | - |
28 | | - <!-- 模板引擎 --> |
29 | | - <dependency> |
30 | | - <groupId>org.springframework.boot</groupId> |
31 | | - <artifactId>spring-boot-starter-thymeleaf</artifactId> |
32 | | - </dependency> |
33 | | - |
34 | | - <dependency> |
35 | | - <groupId>com.alibaba</groupId> |
36 | | - <artifactId>fastjson</artifactId> |
37 | | - <version>1.2.49</version> |
38 | | - </dependency> |
39 | | - |
40 | | - <dependency> |
41 | | - <groupId>org.projectlombok</groupId> |
42 | | - <artifactId>lombok</artifactId> |
43 | | - <version>1.16.18</version> |
44 | | - <scope>provided</scope> |
45 | | - </dependency> |
46 | | - |
47 | | - <!-- 热部署插件 --> |
48 | | - <dependency> |
49 | | - <groupId>org.springframework.boot</groupId> |
50 | | - <artifactId>spring-boot-devtools</artifactId> |
51 | | - <scope>runtime</scope> |
52 | | - </dependency> |
53 | | - |
54 | 16 | </dependencies> |
55 | 17 |
|
56 | 18 | <build> |
|
0 commit comments