| | |
| | | String path = oConvertUtils.getString(env.getProperty("server.servlet.context-path")); |
| | | log.info("\n----------------------------------------------------------\n\t" + |
| | | "Application Jeecg-Boot is running! Access URLs:\n\t" + |
| | | "Local: \t\thttp://localhost:" + port + path + "/\n\t" + |
| | | "External: \thttp://" + ip + ":" + port + path + "/\n\t" + |
| | | "Swagger文档: \thttp://" + ip + ":" + port + path + "/doc.html\n" + |
| | | "Local: \t\thttps://localhost:" + port + path + "/\n\t" + |
| | | "External: \thttps://" + ip + ":" + port + path + "/\n\t" + |
| | | "Swagger文档: \thttps://" + ip + ":" + port + path + "/doc.html\n" + |
| | | "----------------------------------------------------------"); |
| | | |
| | | } |