Skip to content

Commit b6b4c34

Browse files
author
Daniel Bustamante Ospina
authored
Update README.md
1 parent 44293c7 commit b6b4c34

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@ To include all (API and implementation) (Spring boot Starter):
3030
3131
```
3232

33+
In application.properties
34+
```
35+
spring.application.name=MyAppName
36+
```
37+
38+
Or yaml
39+
40+
```
41+
spring:
42+
application:
43+
name: myAppName
44+
```
45+
3346
To include only domain events API:
3447

3548
```groovy

0 commit comments

Comments
 (0)