From 15c0421c864198b125c30589fa43c50eaa00b36e Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期五, 10 二月 2023 10:30:02 +0800 Subject: [PATCH] 中国科学院重庆绿色智能技术研究院 配置 --- src/main/webapp/WEB-INF/cq/cq.properties | 15 +++++++++++++++ src/main/webapp/resources/images/中国科学院重庆绿色智能技术研究院logo.png | 0 pom.xml | 6 ++++++ 3 files changed, 21 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 157579b..51b8941 100644 --- a/pom.xml +++ b/pom.xml @@ -508,6 +508,12 @@ <profile.active>guotai</profile.active> </properties> </profile> + <profile> + <id>cq</id> + <properties> + <profile.active>cq</profile.active> + </properties> + </profile> </profiles> <build> <finalName>smartlab</finalName> diff --git a/src/main/webapp/WEB-INF/cq/cq.properties b/src/main/webapp/WEB-INF/cq/cq.properties new file mode 100644 index 0000000..21ab173 --- /dev/null +++ b/src/main/webapp/WEB-INF/cq/cq.properties @@ -0,0 +1,15 @@ +jdbc.url=jdbc:mysql://192.168.3.107:3306/cq_smartlab?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false +#jdbc.url=jdbc:mysql://sinanoaq.com:23306/cq_smartlab?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false +jdbc.username=root +jdbc.password=NMS@uss20201! + +institute.id = +institute.name = \u4E2D\u56FD\u79D1\u5B66\u9662\u91CD\u5E86\u7EFF\u8272\u667A\u80FD\u6280\u672F\u7814\u7A76\u9662 +institute.url = http://sinanoaq.com +institute.app.id = wx81a00e3350861b25 +institute.app.secret = c307d394875af2cbbe25e01b9e43dcb2 +alarm.url = http://sinanoaq.com/daping/sendWarnInfo.json +reagent.detail.price.api = +institute.copyright= Copyright\u00A92017 \u4E2D\u56FD\u79D1\u5B66\u9662\u82CF\u5DDE\u7EB3\u7C73\u6280\u672F\u4E0E\u7EB3\u7C73\u4EFF\u751F\u7814\u7A76\u6240\u00A0\u82CFICP\u590710220403\u53F7-6 + +message.url= https://sinanoaq.com:8095/api/sendmessage diff --git "a/src/main/webapp/resources/images/\344\270\255\345\233\275\347\247\221\345\255\246\351\231\242\351\207\215\345\272\206\347\273\277\350\211\262\346\231\272\350\203\275\346\212\200\346\234\257\347\240\224\347\251\266\351\231\242logo.png" "b/src/main/webapp/resources/images/\344\270\255\345\233\275\347\247\221\345\255\246\351\231\242\351\207\215\345\272\206\347\273\277\350\211\262\346\231\272\350\203\275\346\212\200\346\234\257\347\240\224\347\251\266\351\231\242logo.png" new file mode 100644 index 0000000..a9385f6 --- /dev/null +++ "b/src/main/webapp/resources/images/\344\270\255\345\233\275\347\247\221\345\255\246\351\231\242\351\207\215\345\272\206\347\273\277\350\211\262\346\231\272\350\203\275\346\212\200\346\234\257\347\240\224\347\251\266\351\231\242logo.png" Binary files differ -- Gitblit v1.9.2