@@ -16,6 +16,9 @@ management:
include: metrics,httptrace
spring:
+ devtools:
+ restart:
+ enabled: true
servlet:
multipart:
max-file-size: 10MB
@@ -13,6 +13,9 @@ management:
max-file-size: -1
@@ -57,7 +57,7 @@ public class TaobaoJhsbybtServiceImpl implements TaobaoJhsbybtService {
public static void main(String[] args){
try {
- PrintStream out = new PrintStream("D:/bybt0831.csv");
+ PrintStream out = new PrintStream("D:/bybt0924.csv");
System.setOut(out);
} catch (FileNotFoundException e) {
e.printStackTrace();
@@ -58,7 +58,7 @@ public class TaobaoTttmServiceImpl implements TaobaoTttmService {
- PrintStream out = new PrintStream("D:/tttm0831.csv");
+ PrintStream out = new PrintStream("D:/tttm0903.csv");
@@ -288,7 +288,12 @@
<version>2.9.2</version>
</dependency>
-
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-devtools</artifactId>
+ <scope>runtime</scope>
+ <optional>true</optional>
+ </dependency>
<!-- Redis -->
<dependency>
<groupId>org.springframework.boot</groupId>