liurunyu
2 天以前 9343e802bd45a58de02343db3832b4c7dd16e49e
pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/resources/application-self.yml
@@ -1,6 +1,9 @@
spring:
    jpa:
        show-sql=true:#actutor的web端口
    devtools:
        livereload:
            enabled: false
        restart:
            enabled: false #禁用热部署
management:
    server:
        port: ${pipIrr.wechat.actutorPort}