Testing Maven deployment

This commit is contained in:
Francesco
2023-09-28 09:11:17 +02:00
parent e05b03f0ef
commit d264a5166a
4 changed files with 101 additions and 16 deletions

View File

@@ -36,7 +36,6 @@ public class GlobalController {
/**
* The baseUrl as specified in the properties file by the user
* @param request
* @return
*/
@ModelAttribute("baseUrl")

View File

@@ -256,7 +256,6 @@ public class DbAdminRepository {
* Delete a specific object
* @param schema
* @param id
* @return
*/
@SuppressWarnings("unchecked")
@Transactional("transactionManager")