|
|
@ -45,35 +45,35 @@
|
|
|
|
<artifactId>spring-boot-starter-freemarker</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-freemarker</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<!--<dependency>-->
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<!--<groupId>org.springframework.boot</groupId>-->
|
|
|
|
<artifactId>spring-boot-devtools</artifactId>
|
|
|
|
<!--<artifactId>spring-boot-devtools</artifactId>-->
|
|
|
|
<scope>provided</scope>
|
|
|
|
<!--<scope>provided</scope>-->
|
|
|
|
<optional>true</optional>
|
|
|
|
<!--<optional>true</optional>-->
|
|
|
|
</dependency>
|
|
|
|
<!--</dependency>-->
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<!--<dependency>-->
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<!--<groupId>org.springframework.boot</groupId>-->
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
<!--<artifactId>spring-boot-starter-test</artifactId>-->
|
|
|
|
<scope>test</scope>
|
|
|
|
<!--<scope>test</scope>-->
|
|
|
|
</dependency>
|
|
|
|
<!--</dependency>-->
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<!--<dependency>-->
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<!--<groupId>org.springframework.boot</groupId>-->
|
|
|
|
<artifactId>spring-boot-starter-security</artifactId>
|
|
|
|
<!--<artifactId>spring-boot-starter-security</artifactId>-->
|
|
|
|
</dependency>
|
|
|
|
<!--</dependency>-->
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<!--<dependency>-->
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
<!--<groupId>org.apache.poi</groupId>-->
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
<!--<artifactId>poi-ooxml</artifactId>-->
|
|
|
|
<version>3.14</version>
|
|
|
|
<!--<version>3.14</version>-->
|
|
|
|
</dependency>
|
|
|
|
<!--</dependency>-->
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<!--<dependency>-->
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
<!--<groupId>org.apache.poi</groupId>-->
|
|
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
|
|
|
<!--<artifactId>poi-ooxml-schemas</artifactId>-->
|
|
|
|
<version>3.14</version>
|
|
|
|
<!--<version>3.14</version>-->
|
|
|
|
</dependency>
|
|
|
|
<!--</dependency>-->
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|