Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit bd5a950

Browse files
authored
Merge pull request #464 from sofastack/youji-dev
format service samples
2 parents 2614f26 + 39518ca commit bd5a950

File tree

45 files changed

+50
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+50
-46
lines changed

samples/springboot-samples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
<module>web/tomcat</module>
3939
<module>web/webflux/base</module>
4040
<module>web/webflux/biz</module>
41-
<module>service/sample-service-base</module>
42-
<module>service/sample-service-biz</module>
43-
<module>service/sample-service-biz2</module>
41+
<module>service/base</module>
42+
<module>service/biz1</module>
43+
<module>service/biz2</module>
4444
<module>slimming/log4j2</module>
4545
<module>msg/kafka/base</module>
4646
<module>msg/kafka/biz1</module>

samples/springboot-samples/service/README.md

Lines changed: 5 additions & 5 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>sample-service-base</artifactId>
6+
<artifactId>base</artifactId>
77
<groupId>com.alipay.sofa.service</groupId>
88
<version>0.0.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
@@ -41,7 +41,7 @@
4141
</dependency>
4242
<dependency>
4343
<groupId>com.alipay.sofa.service</groupId>
44-
<artifactId>biz-facade</artifactId>
44+
<artifactId>biz1-facade</artifactId>
4545
</dependency>
4646

4747
<dependency>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
spring.application.name=base
2+
logging.file.path=./service/logs/
3+
logging.path=./service/logs/

0 commit comments

Comments
 (0)