Posts by MathOliveira • 123 points
3 posts
- 
		0 votes2 answers1846 viewsA: Java Spring Boot project versionAn interesting alternative to this situation is the following: Add to build.gradle: springBoot { buildInfo() } At source, to get the information: @Autowired private BuildProperties buildProperties;… 
- 
		2 votes1 answer241 viewsQ: How to generate JAR and POM project by following the Maven repository layout?I have a project where I need to generate the jar and pom following the same method as the plugin Maven-install-plugin generates within the local repository, as in the return that is given when… 
- 
		0 votes1 answer73 viewsA: Is it possible to obtain multi-valued results in a group by?Since the number and types of the fields of the two querys are different, you cannot do a single search, even with the UNION. The best way to gather this data is to query the name of the students in… databaseanswered MathOliveira 123