mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 01:58:16 +08:00
Polish contribution
Closes gh-223
This commit is contained in:
@@ -111,7 +111,7 @@ class ProjectGenerationSmokeTests extends AbstractInitializrControllerIntegratio
|
||||
assertSimpleProject()
|
||||
.isMavenProject()
|
||||
.pomAssert()
|
||||
.hasBootVersion('1.0.2.RELEASE')
|
||||
.hasSpringBootParent('1.0.2.RELEASE')
|
||||
.hasDependenciesCount(2)
|
||||
.hasSpringBootStarterRootDependency()
|
||||
.hasSpringBootStarterTest()
|
||||
|
@@ -36,7 +36,14 @@
|
||||
"kotlin": {
|
||||
"version": null
|
||||
},
|
||||
"customParentPomGAV": null,
|
||||
"maven": {
|
||||
"parent": {
|
||||
"groupId": null,
|
||||
"artifactId": null,
|
||||
"version": null,
|
||||
"includeSpringBootBom": false
|
||||
}
|
||||
},
|
||||
"googleAnalyticsTrackingCode": null,
|
||||
"invalidApplicationNames": [
|
||||
"SpringApplication",
|
||||
|
Reference in New Issue
Block a user