Posts by Marcio Alexandre • 11 points
2 posts
-
1
votes0
answers82
viewsQ: How to set up CORS in Springboot?
Recently I decided to try developing in java with Spring boot. I’m not very experienced in this framework. I tried to make a complete application, with back-end with this technology and front-end…
-
-2
votes2
answers260
viewsQ: Log-in to mysql only with sudo
When I’m at the linux terminal, on my machine and give the command : mysql -u root -p The linux terminal presents : ERROR 1698 (28000): Access denied for user 'root'@'localhost' With sudo before the…