Posts by Diego Wenndson Souza • 3 points
4 posts
-
0
votes1
answer190
viewsA: Metodo Post spring boot 2.2.2
I found the error, my controller, models and Repository folders were outside the main folder.
-
-1
votes1
answer190
viewsQ: Metodo Post spring boot 2.2.2
Well guys I’m having a problem, I’m starting to learn spring boot and when I’m doing the POST method always back the error saying that it was not found Controller package Controller; import…
-
0
votes2
answers607
viewsA: Error add-Migration . net core 3
public void ConfigureServices(IServiceCollection services) { services.AddMvc(); services.AddDbContext<SimCoContext>(optBuilder => …
-
0
votes2
answers607
viewsQ: Error add-Migration . net core 3
I am trying to add the add-Migration in my solution but always happens the following error "Value cannot be null (Parameter 'connectionString')" but my connection string is correct in…