This commit is contained in:
Tim Hess 2024-02-09 15:25:10 -06:00
Родитель 57390192c8
Коммит f3e548454a
3 изменённых файлов: 17 добавлений и 21 удалений

Просмотреть файл

@ -16,26 +16,22 @@
"default": "3.0.0",
"values": [
{
"id": "2.4.4",
"name": "Steeltoe 2.4.4 Maintenance Release"
},
{
"id": "3.0.0",
"name": "Steeltoe 3.0.0 GA"
"id": "3.2.6",
"name": "Steeltoe 3.2.6 GA"
}
]
},
"dotNetFramework": {
"type": "single-select",
"default": "netcoreapp3.1",
"default": "net8.0",
"values": [
{
"id": "netcoreapp2.1",
"name": ".NET Core 2.1"
"id": "net6.0",
"name": ".NET 6.0"
},
{
"id": "netcoreapp3.1",
"name": ".NET Core 3.1"
"id": "net8.0",
"name": ".NET 8.0"
}
]
},

Просмотреть файл

@ -4,7 +4,7 @@
"Uri": "http://localhost:1922/api"
},
"UiConfig": {
"Path": "Resources/uiconfig.Development.json"
//"Path": "Resources/uiconfig.Development.json"
}
},
"Spring": {
@ -18,5 +18,14 @@
"LogLevel": {
"Steeltoe.InitializrService": "Debug"
}
},
"Management": {
"Endpoints": {
"Actuator": {
"Exposure": {
"Include": [ "*" ]
}
}
}
}
}

Просмотреть файл

@ -23,14 +23,5 @@
"Microsoft.Hosting.Lifetime": "Information",
"Steeltoe.InitializrService": "Information"
}
},
"Management": {
"Endpoints": {
"Actuator":{
"Exposure": {
"Include": [ "*" ]
}
}
}
}
}