RLH-5 - integrate YouTrack
This commit is contained in:
@@ -17,7 +17,7 @@ public class HiveMain {
|
|||||||
private static final Logger LOGGER = LogManager.getLogger(HiveMain.class);
|
private static final Logger LOGGER = LogManager.getLogger(HiveMain.class);
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
|
||||||
LOGGER.info("Registering shutdown hooks");
|
LOGGER.info("Registering shutdown hooks");
|
||||||
Runtime.getRuntime().addShutdownHook(shutdownHook);
|
Runtime.getRuntime().addShutdownHook(shutdownHook);
|
||||||
|
|
||||||
@@ -26,7 +26,6 @@ public class HiveMain {
|
|||||||
|
|
||||||
LOGGER.info("Initializing Spring Boot");
|
LOGGER.info("Initializing Spring Boot");
|
||||||
SpringApplication.run(HiveMain.class, args);
|
SpringApplication.run(HiveMain.class, args);
|
||||||
|
|
||||||
LOGGER.info("Spring Boot & DB initialized!");
|
LOGGER.info("Spring Boot & DB initialized!");
|
||||||
|
|
||||||
Session session = HibernateManager.getSession();
|
Session session = HibernateManager.getSession();
|
||||||
|
Reference in New Issue
Block a user