Skip to content

Commit c0bbc1f

Browse files
committed
fixup! Create spring-boot-data-mongodb module
1 parent e3f57e5 commit c0bbc1f

File tree

2 files changed

+31
-27
lines changed

2 files changed

+31
-27
lines changed

Diff for: spring-boot-project/spring-boot-autoconfigure-all/src/main/resources/META-INF/additional-spring-configuration-metadata.json

-27
Original file line numberDiff line numberDiff line change
@@ -612,33 +612,6 @@
612612
}
613613
]
614614
},
615-
{
616-
"name": "spring.data.mongodb.field-naming-strategy",
617-
"providers": [
618-
{
619-
"name": "class-reference",
620-
"parameters": {
621-
"target": "org.springframework.data.mapping.model.FieldNamingStrategy"
622-
}
623-
}
624-
]
625-
},
626-
{
627-
"name": "spring.data.mongodb.protocol",
628-
"values": [
629-
{
630-
"value": "mongodb"
631-
},
632-
{
633-
"value": "mongodb+srv"
634-
}
635-
],
636-
"providers": [
637-
{
638-
"name": "any"
639-
}
640-
]
641-
},
642615
{
643616
"name": "spring.datasource.data",
644617
"providers": [
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"hints": [
3+
{
4+
"name": "spring.data.mongodb.field-naming-strategy",
5+
"providers": [
6+
{
7+
"name": "class-reference",
8+
"parameters": {
9+
"target": "org.springframework.data.mapping.model.FieldNamingStrategy"
10+
}
11+
}
12+
]
13+
},
14+
{
15+
"name": "spring.data.mongodb.protocol",
16+
"values": [
17+
{
18+
"value": "mongodb"
19+
},
20+
{
21+
"value": "mongodb+srv"
22+
}
23+
],
24+
"providers": [
25+
{
26+
"name": "any"
27+
}
28+
]
29+
}
30+
]
31+
}

0 commit comments

Comments
 (0)