|
|
|
@ -41,12 +41,6 @@
|
|
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- Hw api mes-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.hw</groupId>
|
|
|
|
|
<artifactId>hw-api-mes</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--向下全是打印PDF-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.pdfbox</groupId>
|
|
|
|
@ -109,6 +103,16 @@
|
|
|
|
|
<artifactId>javase</artifactId>
|
|
|
|
|
<version>3.5.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.hw</groupId>
|
|
|
|
|
<artifactId>hw-api-printer</artifactId>
|
|
|
|
|
<version>3.6.3</version>
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.hw</groupId>
|
|
|
|
|
<artifactId>hw-api-mes</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
<build>
|
|
|
|
|