File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,23 @@ Usage
1919
2020Simply add the Spring Boot starter to your Spring Boot project pom.
2121
22- <dependency>
23- <groupId>com.spt-development</groupId>
24- <artifactId>spt-development-logging-spring-boot-starter</artifactId>
25- <version>1.0.2</version>
26- <scope>runtime</scope>
27- </dependency
22+ ``` xml
23+ <dependency >
24+ <groupId >com.spt-development</groupId >
25+ <artifactId >spt-development-logging-spring-boot-starter</artifactId >
26+ <version >1.0.2</version >
27+ <scope >runtime</scope >
28+ </dependency >
29+ ```
2830
2931Building locally
3032================
3133
3234To build the library, run the following maven command:
3335
34- $ mvn clean install
36+ ``` shell
37+ $ mvn clean install
38+ ```
3539
3640Release
3741=======
You can’t perform that action at this time.
0 commit comments