File tree Expand file tree Collapse file tree 3 files changed +4
-60
lines changed Expand file tree Collapse file tree 3 files changed +4
-60
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Here is a quick teaser of a complete Spring Boot application in Java:
5959
6060## Start Using Lib ` reactify-core `
6161
62- ### 1. Use annotation [ ` @ComponentScan ` ] ( ) to scan all libraries
62+ #### 1. Use annotation [ ` @ComponentScan ` ] ( ) to scan all libraries
6363
6464``` java
6565
@@ -75,7 +75,7 @@ public class ExampleApplication {
7575}
7676```
7777
78- ### 2. Config your project file ` application.yml ` or ` application.properties `
78+ #### 2. Config your project file ` application.yml ` or ` application.properties `
7979
8080``` yml
8181# spring config
@@ -180,7 +180,7 @@ minio:
180180 bucket : ezbuy-private
181181` ` `
182182
183- ### 3. After completing the configuration, start running the project.
183+ #### 3. After completing the configuration, start running the project.
184184
185185` ` ` yaml
186186 # Using Maven
@@ -190,7 +190,7 @@ minio:
190190 gradle bootRun
191191```
192192
193- ### 4. Refer to the following project, used
193+ #### 4. Refer to the following project, used
194194` reactify-core ` library for webflux microservice project: [ keycloak-auth-service] ( https://github.com/hoangtien2k3/keycloak-auth-service )
195195
196196## Contributing
You can’t perform that action at this time.
0 commit comments