confirmation accepts deletion of revoked registrations
This commit is contained in:
@ -31,7 +31,7 @@ public class Main extends SpringBootServletInitializer {
|
||||
Path path = Paths.get("");
|
||||
String p = path.toAbsolutePath().toString();
|
||||
p = p.substring(p.lastIndexOf("/") + 1);
|
||||
LOGGER.info("running in {}", p);
|
||||
LOGGER.debug("running in {}", p);
|
||||
// TODO: put p + "properties" somehow into consideration to load the application.properties
|
||||
SpringApplication.run(Main.class, args);
|
||||
}
|
||||
|
Reference in New Issue
Block a user