File tree 3 files changed +4
-60
lines changed
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:
59
59
60
60
## Start Using Lib ` reactify-core `
61
61
62
- ### 1. Use annotation [ ` @ComponentScan ` ] ( ) to scan all libraries
62
+ #### 1. Use annotation [ ` @ComponentScan ` ] ( ) to scan all libraries
63
63
64
64
``` java
65
65
@@ -75,7 +75,7 @@ public class ExampleApplication {
75
75
}
76
76
```
77
77
78
- ### 2. Config your project file ` application.yml ` or ` application.properties `
78
+ #### 2. Config your project file ` application.yml ` or ` application.properties `
79
79
80
80
``` yml
81
81
# spring config
@@ -180,7 +180,7 @@ minio:
180
180
bucket : ezbuy-private
181
181
` ` `
182
182
183
- ### 3. After completing the configuration, start running the project.
183
+ #### 3. After completing the configuration, start running the project.
184
184
185
185
` ` ` yaml
186
186
# Using Maven
@@ -190,7 +190,7 @@ minio:
190
190
gradle bootRun
191
191
```
192
192
193
- ### 4. Refer to the following project, used
193
+ #### 4. Refer to the following project, used
194
194
` reactify-core ` library for webflux microservice project: [ keycloak-auth-service] ( https://github.com/hoangtien2k3/keycloak-auth-service )
195
195
196
196
## Contributing
You can’t perform that action at this time.
0 commit comments