Skip to content
Permalink
Browse files
Update spring-boot dependencies
DamnClin committed Aug 29, 2022
1 parent 85e27d7 commit 9162791
Showing 1 changed file with 1 addition and 1 deletion.
class SpringBootCoreModuleConfiguration {
@Bean
JHipsterModuleResource springBootCoreModule(SpringBootApplicationService springBoot) {
return JHipsterModuleResource

COLLECTOR-SAHAB / differentiating test: CorsFilterConfigurationIT

{return-object}.organization.dependencies.size = 1 only occurs in the original version.

{return-object}.organization.dependencies.size = 2 only occurs in the patched version.

.builder()
.slug("spring-boot")
.propertiesDefinition(JHipsterModulePropertiesDefinition.builder().addBasePackage().addProjectBaseName().addIndentation().build())
.apiDoc(new JHipsterModuleApiDoc("Spring Boot", "Init Spring Boot project with dependencies, App, and properties"))
.organization(JHipsterModuleOrganization.builder().addFeatureDependency("java-build-tool").build())
.organization(JHipsterModuleOrganization.builder().addFeatureDependency("java-build-tool").addModuleDependency("java-base").build())
.tags("server", "spring", "spring-boot")
.factory(springBoot::buildModule);
}
}

0 comments on commit 9162791

Please sign in to comment.