HttpEncoder StreamUtils Preconditions

This commit is contained in:
MaxKey
2022-02-20 21:42:43 +08:00
parent 76f089a33e
commit 6caa74b0f9
5 changed files with 175 additions and 13 deletions

View File

@@ -54,9 +54,9 @@ public class MaxKeyApplication extends SpringBootServletInitializer {
} catch (ServletException e) {
_logger.error("ServletException", e);
}
_logger.info("MaxKey at " + new DateTime());
_logger.info("MaxKey Server Port "
+ applicationContext.getBean(ApplicationConfig.class).getPort());
_logger.info("MaxKey at {}" , new DateTime());
_logger.info("MaxKey Server Port {}"
,applicationContext.getBean(ApplicationConfig.class).getPort());
_logger.info("MaxKey started.");
}