This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/dubbo-initializer.git
commit 1365a430f7692c328c93220e0f4751753e66c5b2 Merge: 2d1108c 1397b48 Author: Ken Liu <[email protected]> AuthorDate: Thu Mar 30 13:10:24 2023 +0800 Merge pull request #9 from ErDanZi888/main Optimize scaffold project structure .../extension/SampleCodeContributor.java | 7 +- .../ArchedMavenProjectGenerationConfiguration.java | 4 +- .../condition/ConditionalOnRequestedModule.java | 2 +- .../condition/OnRequestedModuleCondition.java | 7 +- ...stomizer.java => ApiMavenPluginCustomizer.java} | 22 +- .../maven/DefaultMavenDependenciesCustomizer.java | 53 +++++ .../DubboMavenProjectGenerationConfiguration.java | 54 +++++ ...tomizer.java => RootMavenPluginCustomizer.java} | 21 +- ...cArchedMavenProjectGenerationConfiguration.java | 77 ------- .../inter/InterfaceModuleMavenBuildCustomizer.java | 69 ------ ...terfaceModuleDefaultStarterBuildCustomizer.java | 29 --- .../codes/DubboSampleCodeContributor.java} | 42 ++-- ...boSourceCodeProjectGenerationConfiguration.java | 32 +++ .../DubboJavaProjectGenerationConfiguration.java | 17 ++ .../src/main/resources/META-INF/spring.factories | 4 +- .../src/main/resources/metadata.yaml | 47 ++-- .../java/ConsumerApplication.java.mustache | 48 ---- .../resources/application.properties.mustache | 8 - .../consumer/resources/log4j.properties.mustache | 7 - .../pic/interface/java/DemoService.java.mustache | 29 --- .../provider/java/DemoServiceImpl.java.mustache | 34 --- .../provider/java/EmbeddedZooKeeper.java.mustache | 250 --------------------- .../java/ProviderApplication.java.mustache | 36 --- .../provider/java/TestSocketUtils.java.mustache | 109 --------- .../resources/application.properties.mustache | 8 - .../provider/resources/log4j.properties.mustache | 7 - .../resources/application.properties.mustache | 3 + .../codes/dubbo/api/java/DemoService.java.mustache | 7 + .../codes/dubbo/java/DemoServiceImpl.java.mustache | 12 + .../resources/application.properties.mustache | 1 + .../MybatisDemoConfig.java.mustache | 2 +- .../entity => java}/MybatisDemoUser.java.mustache | 2 +- .../MybatisDemoUserMapper.java.mustache | 2 +- .../resources/application.properties.mustache | 2 +- .../mappers/MybatisDemoUserMapper.xml.mustache | 4 +- 35 files changed, 252 insertions(+), 806 deletions(-)
