Commit 150c9c7d authored by 刘晓滨's avatar 刘晓滨

配置调整

parent 30933439
...@@ -17,7 +17,7 @@ spring.freemarker.settings.number_format=0.########## ...@@ -17,7 +17,7 @@ spring.freemarker.settings.number_format=0.##########
mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml
### xxl-job, datasource ### xxl-job, datasource
spring.datasource.url=jdbc:mysql://10.10.10.3:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8 spring.datasource.url=jdbc:mysql://135.202.16.39:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
spring.datasource.username=root spring.datasource.username=root
spring.datasource.password=Space1234 spring.datasource.password=Space1234
spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.driver-class-name=com.mysql.jdbc.Driver
......
### xxl-job db (use & replace & in xml) ### xxl-job db (use & replace & in xml)
xxl.job.db.driverClass=com.mysql.jdbc.Driver 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://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.url=jdbc:mysql://135.202.16.39:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
xxl.job.db.user=root xxl.job.db.user=root
xxl.job.db.password=Space1234 xxl.job.db.password=Space1234
......
...@@ -11,12 +11,7 @@ ...@@ -11,12 +11,7 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
<module>xxl-job-executor-sample-spring</module>
<module>xxl-job-executor-sample-springboot</module> <module>xxl-job-executor-sample-springboot</module>
<module>xxl-job-executor-sample-jfinal</module>
<module>xxl-job-executor-sample-nutz</module>
<module>xxl-job-executor-sample-frameless</module>
<module>xxl-job-executor-sample-springboot-bak</module>
</modules> </modules>
</project> </project>
\ No newline at end of file
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
<dependency> <dependency>
<groupId>com.spacetech.gateway</groupId> <groupId>com.spacetech.gateway</groupId>
<artifactId>gateway</artifactId> <artifactId>gateway</artifactId>
<version>3.33-SNAPSHOT</version> <version>3.4-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<dubbo:application name="spacetech-consumer-xxljob" <dubbo:application name="spacetech-consumer-xxljob"
owner="programmer" organization="dubbox" /> owner="programmer" organization="dubbox" />
<dubbo:registry address="zookeeper://10.10.10.190:2182"/> <dubbo:registry address="zookeeper://135.202.16.235:2181"/>
<dubbo:consumer retries="0" check="false" timeout="60000" /> <dubbo:consumer retries="0" check="false" timeout="60000" />
...@@ -116,4 +116,27 @@ ...@@ -116,4 +116,27 @@
check="false"> check="false">
<dubbo:method name="callApiAsync" async="true" return="false"/> <dubbo:method name="callApiAsync" async="true" return="false"/>
</dubbo:reference> </dubbo:reference>
<dubbo:reference id="agentMonitorApiHub" interface="com.spacetech.gateway.AgentMonitorApiHub"
check="false">
<dubbo:method name="callApiAsync" async="true" return="false"/>
</dubbo:reference>
<dubbo:reference id="healthApiHub" interface="com.spacetech.gateway.HealthApiHub"
check="false">
<dubbo:method name="callApiAsync" async="true" return="false"/>
</dubbo:reference>
<dubbo:reference id="examMarkingApiHub" interface="com.spacetech.gateway.ExamMarkingApiHub"
check="false" />
<dubbo:reference id="pushLogApiHub" interface="com.spacetech.gateway.PushLogApiHub"
check="false">
<dubbo:method name="callApiAsync" async="true" return="false"/>
</dubbo:reference>
<dubbo:reference id="recruitmentApiHub" interface="com.spacetech.gateway.RecruitmentApiHub"
check="false">
<dubbo:method name="callApiAsync" async="true" return="false"/>
</dubbo:reference>
</beans> </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