Posts by Gerson Ferreira Junior • 59 points
3 posts
- 
		-1 votes1 answer171 viewsQ: How do I make the endpoints of an API, made with Spring Boot, visible only to the application pages?I have an application where the back-end was done in Java with Spring Boot, and the front was done in Angular. I deploy the Angular project built into the folder src/main/Resources/Static. In the… 
- 
		-3 votes1 answer105 viewsQ: No suitable driver found MariadbI am trying to insert a tuple of data into a DB using JDBC through a web page. I took a class ConnectionFactory to encapsulate the connection with Mariadb, I imported the driver to the classpath,… 
- 
		6 votes1 answer89 viewsQ: How to clone only one subdirectory of githubAssuming you have a dummy directory on github: https://github.com/fulano/Diretorio And within "Directory" have the subdirectories: https://github.com/fulano/Diretorio/sub1…