Skip to content

Commit d1c7923

Browse files
committed
reactify-core
1 parent 4c2fca2 commit d1c7923

File tree

3 files changed

+4
-60
lines changed

3 files changed

+4
-60
lines changed

Diff for: .github/workflows/build-with-maven.yml

-29
This file was deleted.

Diff for: .github/workflows/maven.yml

-27
This file was deleted.

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)