Commit 07ad678b authored by 刘晓滨's avatar 刘晓滨

正式

parent d5cf7f32
......@@ -17,9 +17,9 @@ spring.freemarker.settings.number_format=0.##########
mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml
### xxl-job, datasource
spring.datasource.url=jdbc:mysql://10.10.10.3:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
spring.datasource.username=root
spring.datasource.password=Space1234
spring.datasource.url=jdbc:mysql://rm-m5e43dd24u1fm25cj.mysql.rds.aliyuncs.com:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
spring.datasource.username=weixin
spring.datasource.password=Spacetech78901234-
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.type=org.apache.tomcat.jdbc.pool.DataSource
......@@ -36,8 +36,8 @@ xxl.job.mail.password=Chyezaq1234
xxl.job.mail.sendNick=XXL-JOB
### xxl-job login
xxl.job.login.username=admin
xxl.job.login.password=123456
xxl.job.login.username=space
xxl.job.login.password=XXLspace78901234-
### xxl-job, access token
xxl.job.accessToken=
......
### xxl-job db (use & replace & in xml)
xxl.job.db.driverClass=com.mysql.jdbc.Driver
#xxl.job.db.url=jdbc:mysql://rm-m5e43dd24u1fm25cj.mysql.rds.aliyuncs.com:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
xxl.job.db.url=jdbc:mysql://10.10.10.3:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
xxl.job.db.user=root
xxl.job.db.password=Space1234
xxl.job.db.url=jdbc:mysql://rm-m5e43dd24u1fm25cj.mysql.rds.aliyuncs.com:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
xxl.job.db.user=weixin
xxl.job.db.password=Spacetech78901234-
#xxl.job.db.url=jdbc:mysql://10.10.10.3:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
#xxl.job.db.user=root
#xxl.job.db.password=Space1234
### xxl-job email
......
......@@ -81,7 +81,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dubbo</artifactId>
<version>2.8.4</version>
<version>2.8.43</version>
</dependency>
<!-- 公用的服务接口 -->
......
......@@ -7,7 +7,7 @@
<dubbo:application name="spacetech-consumer-xxljob"
owner="programmer" organization="dubbox" />
<dubbo:registry address="zookeeper://10.10.10.190:2182"/>
<dubbo:registry address="zookeeper://10.31.61.86:2181"/>
<dubbo:consumer retries="0" check="false" timeout="60000" />
......@@ -101,8 +101,14 @@
<dubbo:reference id="qualityApiHub" interface="com.spacetech.gateway.QualityApiHub"
check="false" />
<dubbo:reference id="operateApiHub" interface="com.spacetech.gateway.OperateApiHub"
check="false" >
<dubbo:method name="callApiAsync" async="true" return="false"/>
</dubbo:reference>
<dubbo:reference id="agentMonitorApiHub" interface="com.spacetech.gateway.AgentMonitorApiHub"
check="false" />
</beans>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment