| | |
| | | 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" + |
| | | "----------------------------------------------------------"); |
| | | |
| | | } |
| | |
| | | include-stacktrace: ALWAYS |
| | | include-message: ALWAYS |
| | | servlet: |
| | | context-path: |
| | | context-path: /jeecg-boot |
| | | compression: |
| | | enabled: true |
| | | min-response-size: 1024 |
| | | mime-types: application/javascript,application/json,application/xml,text/html,text/xml,text/plain,text/css,image/* |
| | | |
| | | ssl: |
| | | enabled: true |
| | | key-store: D:\\keystore\lxzn.jks |
| | | key-store-password: LXZN123456 |
| | | key-password: LXZN123456 |
| | | key-alias: lxzn |
| | | management: |
| | | endpoints: |
| | | web: |
| | |
| | | database: 0 |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: 123456 |
| | | password: '' |
| | | flowable: |
| | | enable: true |
| | | #关闭定时任务JOB |