Skip to content

Commit 1f1a0d6

Browse files
committed
Part 25: Add spring-configuration-metadata.json in myfirst-logging-spring-boot-starter module
1 parent 0f548ef commit 1f1a0d6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"groups": [
3+
{
4+
"name": "app.myfirst.logging",
5+
"type": "spring.oldboy.logging.config.LoggingProperties",
6+
"sourceType": "spring.oldboy.logging.config.LoggingProperties"
7+
}
8+
],
9+
"properties": [
10+
{
11+
"name": "app.myfirst.logging.enabled",
12+
"type": "java.lang.Boolean",
13+
"description": "to enable myfirst-starter logging aop on service layer",
14+
"sourceType": "spring.oldboy.logging.config.LoggingProperties",
15+
"defaultValue": false
16+
},
17+
{
18+
"name": "app.myfirst.logging.level",
19+
"type": "java.lang.String",
20+
"sourceType": "spring.oldboy.logging.config.LoggingProperties"
21+
}
22+
],
23+
"hints": []
24+
}

0 commit comments

Comments
 (0)