File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -44,4 +44,5 @@ application.port
4444application.pid
4545sys.pid
4646tomcat /
47- out /
47+ out /
48+ .source
Original file line number Diff line number Diff line change 1414
1515buildscript {
1616 repositories {
17+ maven{ url ' http://maven.aliyun.com/nexus/content/groups/public/' }
1718 mavenCentral()
1819 }
1920
@@ -28,6 +29,7 @@ apply plugin: 'org.springframework.boot'
2829apply plugin : ' java'
2930
3031repositories {
32+ maven{ url ' http://maven.aliyun.com/nexus/content/groups/public/' }
3133 mavenCentral()
3234}
3335
@@ -49,8 +51,6 @@ dependencies {
4951 compile (" org.assertj:assertj-core:3.9.0" )
5052 compile (" mysql:mysql-connector-java:5.1.24" )
5153 compile (" org.testng:testng:6.14.3" )
52- testCompile jmh
53-
5454}
5555
5656bootRun. doFirst { mkdir ' dist' }
You can’t perform that action at this time.
0 commit comments