Commit 28430665a8659f52f8dbef92a0b2a824c5fc5d91

Authored by shiyang
1 parent 203861aa20
Exists in master and in 1 other branch dev

pom添加工具,list转string工具

StringUtils.join(Arrays.asList(diagnoseIds.toArray()), ",")

Showing 1 changed file with 5 additions and 0 deletions

talkonlineweb/pom.xml View file @ 2843066
... ... @@ -94,6 +94,11 @@
94 94 <groupId>org.springframework.boot</groupId>
95 95 <artifactId>spring-boot-starter-aop</artifactId>
96 96 </dependency>
  97 + <dependency>
  98 + <groupId>org.apache.commons</groupId>
  99 + <artifactId>commons-lang3</artifactId>
  100 + <version>3.9</version>
  101 + </dependency>
97 102 <!-- <dependency>-->
98 103 <!-- <groupId>log4j</groupId>-->
99 104 <!-- <artifactId>log4j</artifactId>-->