Posts by Lucas Chicoski • 17 points
3 posts
-
0
votes3
answers1117
viewsA: TCP/IP connection failure when trying to connect to an SQL Server database
Iae Jader, all right? Dude, I’ve set up this way and nothing. Even I tested with another bank and worked the connection.
-
0
votes3
answers1117
viewsQ: TCP/IP connection failure when trying to connect to an SQL Server database
The code I made was a basic Microsoft example of how to make the connection. The driver is already installed. package connection; import javax.swing.*; import java.sql.*; import…
-
0
votes0
answers52
viewsQ: I’m trying to make a POST request, but Postman is returning an error. Help me!
Controller: package Controlador; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.MediaType; import org.springframework.web.bind.annotation.PostMapping;…