[ 
https://issues.apache.org/jira/browse/SCB-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16436582#comment-16436582
 ] 

ASF GitHub Bot commented on SCB-470:
------------------------------------

zhengyangyong commented on a change in pull request #641: [SCB-470] add spring 
boot starter provider archetype
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/641#discussion_r181260091
 
 

 ##########
 File path: archetypes/business-service-spring-boot-starter/pom.xml
 ##########
 @@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one or more
+  ~ contributor license agreements.  See the NOTICE file distributed with
+  ~ this work for additional information regarding copyright ownership.
+  ~ The ASF licenses this file to You under the Apache License, Version 2.0
+  ~ (the "License"); you may not use this file except in compliance with
+  ~ the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <groupId>org.apache.servicecomb.archetypes</groupId>
+  <artifactId>business-service-spring-boot-starter</artifactId>
+  <modelVersion>4.0.0</modelVersion>
+  <version>1.0.0-m2-SNAPSHOT</version>
+
+  <properties>
+    <java-chassis.version>1.0.0-m2-SNAPSHOT</java-chassis.version>
+    <springboot.version>1.4.5.RELEASE</springboot.version>
+  </properties>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.servicecomb</groupId>
+        <artifactId>java-chassis-dependencies</artifactId>
+        <version>${java-chassis.version}</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
 
 Review comment:
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter</artifactId>
                        <exclusions>
                                <exclusion>
                                        <groupId>ch.qos.logback</groupId>
                                        <artifactId>logback-classic</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>org.slf4j</groupId>
                                        
<artifactId>log4j-over-slf4j</artifactId>
                                </exclusion>
                        </exclusions>
                </dependency>
   
   
   It had exclusions log dependency so "log4j:WARN No appenders could be found 
for logger (org.jboss.logging). log4j:WARN Please initialize the log4j system 
properly."

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Provide Maven Archetype of business-service-spring-boot-starter
> ---------------------------------------------------------------
>
>                 Key: SCB-470
>                 URL: https://issues.apache.org/jira/browse/SCB-470
>             Project: Apache ServiceComb
>          Issue Type: Sub-task
>          Components: Java-Chassis
>    Affects Versions: java-chassis-1.0.0-m2
>            Reporter: yangyongzheng
>            Assignee: yangyongzheng
>            Priority: Major
>             Fix For: java-chassis-1.0.0-m2
>
>
> This Archetype for create a common microservice using 
> spring-boot-starter-provider.
> It's contains :
> 1.All necessary dependencies in pom.
> 2.An HelloEndpoint provider using springmvc mode.
> 3.Default microservice.yaml.
> 4.Provider bean xml Included spring component-scan.
> 5.An HelloConsumer using springmvc mode.
> 6.Readme file teach user what can be done further.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to