File tree Expand file tree Collapse file tree 3 files changed +17
-21
lines changed
Expand file tree Collapse file tree 3 files changed +17
-21
lines changed Original file line number Diff line number Diff line change 1616 "default" : " 3.0.0" ,
1717 "values" : [
1818 {
19- "id" : " 2.4.4" ,
20- "name" : " Steeltoe 2.4.4 Maintenance Release"
21- },
22- {
23- "id" : " 3.0.0" ,
24- "name" : " Steeltoe 3.0.0 GA"
19+ "id" : " 3.2.6" ,
20+ "name" : " Steeltoe 3.2.6 GA"
2521 }
2622 ]
2723 },
2824 "dotNetFramework" : {
2925 "type" : " single-select" ,
30- "default" : " netcoreapp3.1 " ,
26+ "default" : " net8.0 " ,
3127 "values" : [
3228 {
33- "id" : " netcoreapp2.1 " ,
34- "name" : " .NET Core 2.1 "
29+ "id" : " net6.0 " ,
30+ "name" : " .NET 6.0 "
3531 },
3632 {
37- "id" : " netcoreapp3.1 " ,
38- "name" : " .NET Core 3.1 "
33+ "id" : " net8.0 " ,
34+ "name" : " .NET 8.0 "
3935 }
4036 ]
4137 },
Original file line number Diff line number Diff line change 44 "Uri" : " http://localhost:1922/api"
55 },
66 "UiConfig" : {
7- "Path" : " Resources/uiconfig.Development.json"
7+ // "Path": "Resources/uiconfig.Development.json"
88 }
99 },
1010 "Spring" : {
1818 "LogLevel" : {
1919 "Steeltoe.InitializrService" : " Debug"
2020 }
21+ },
22+ "Management" : {
23+ "Endpoints" : {
24+ "Actuator" : {
25+ "Exposure" : {
26+ "Include" : [ " *" ]
27+ }
28+ }
29+ }
2130 }
2231}
Original file line number Diff line number Diff line change 2323 "Microsoft.Hosting.Lifetime" : " Information" ,
2424 "Steeltoe.InitializrService" : " Information"
2525 }
26- },
27- "Management" : {
28- "Endpoints" : {
29- "Actuator" :{
30- "Exposure" : {
31- "Include" : [ " *" ]
32- }
33- }
34- }
3526 }
3627}
You can’t perform that action at this time.
0 commit comments