| | |
| | | private final static Logger logger = LoggerFactory.getLogger(GunsApplication.class); |
| | | |
| | | public static void main(String[] args) throws UnknownHostException { |
| | | ConfigurableApplicationContext applicationContext = SpringApplication.run(GunsApplication.class, args); |
| | | Environment env = applicationContext.getEnvironment(); |
| | | System.out.println("GunsApplication is success!"); |
| | | try { |
| | | ConfigurableApplicationContext applicationContext = SpringApplication.run(GunsApplication.class, args); |
| | | Environment env = applicationContext.getEnvironment(); |
| | | System.out.println("GunsApplication is success!"); |
| | | } catch (Exception e) { |
| | | e.printStackTrace(); |
| | | } |
| | | // logger.info("\n----------------------------------------------------------\n\t" + |
| | | // "应用 '{}' 运行成功! 访问连接:\n\t" + |
| | | // "Swagger文档: \t\thttp://{}:{}\n" + |