Posts by Junior Fracassi • 1 point
2 posts
- 
		0 votes1 answer26 viewsQ: Spring boot, using H2 bank for testingI use postgresql, but for the tests I want to use the H2 database, how do I make spring recognize the H2 database for the tests? Create another application.properties by passing the H2 data? ***I’m… 
- 
		0 votes1 answer44 viewsQ: Tips for making a cleaner codeStarting in java programming and would like to know how to make code cleaner, this is an example of a recent code I created public void chamarButton(JTextField login, JTextField senha){ String pass…