File tree Expand file tree Collapse file tree 4 files changed +6
-170
lines changed
moss-client-1.x/src/main/java/org/xujin/moss/client
src/main/java/org/xujin/moss/client/utils Expand file tree Collapse file tree 4 files changed +6
-170
lines changed Original file line number Diff line number Diff line change 6
6
import org .springframework .core .env .Environment ;
7
7
import org .springframework .web .bind .annotation .GetMapping ;
8
8
import org .springframework .web .bind .annotation .ResponseBody ;
9
- import org .xujin .moss .client .config .AdminEndpointApplicationRunListener ;
10
9
import org .xujin .moss .client .utils .Analyzer ;
11
10
12
11
import javax .annotation .PostConstruct ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 18
18
</properties >
19
19
20
20
<dependencies >
21
+ <dependency >
22
+ <groupId >org.springframework.boot</groupId >
23
+ <artifactId >spring-boot-starter</artifactId >
24
+ <version >[1.5.7.RELEASE,2.1.4.RELEASE]</version >
25
+ <scope >provided</scope >
26
+ </dependency >
21
27
<dependency >
22
28
<groupId >org.projectlombok</groupId >
23
29
<artifactId >lombok</artifactId >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments