'代码合并'
This commit is contained in:
@@ -1,3 +1,40 @@
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<p align="center" >
|
||||
<img src="https://www.xuxueli.com/doc/static/xxl-job/images/xxl-logo.jpg" width="150">
|
||||
<h3 align="center">XXL-JOB</h3>
|
||||
<p align="center">
|
||||
XXL-JOB, a distributed task scheduling framework.
|
||||
<br>
|
||||
<a href="https://www.xuxueli.com/xxl-job/"><strong>-- Home Page --</strong></a>
|
||||
<br>
|
||||
<br>
|
||||
<a href="https://github.com/xuxueli/xxl-job/actions">
|
||||
<img src="https://github.com/xuxueli/xxl-job/workflows/Java%20CI/badge.svg" >
|
||||
</a>
|
||||
<a href="https://maven-badges.herokuapp.com/maven-central/com.xuxueli/xxl-job/">
|
||||
<img src="https://maven-badges.herokuapp.com/maven-central/com.xuxueli/xxl-job/badge.svg" >
|
||||
</a>
|
||||
<a href="https://github.com/xuxueli/xxl-job/releases">
|
||||
<img src="https://img.shields.io/github/release/xuxueli/xxl-job.svg" >
|
||||
</a>
|
||||
<a href="https://github.com/xuxueli/xxl-job/">
|
||||
<img src="https://img.shields.io/github/stars/xuxueli/xxl-job" >
|
||||
</a>
|
||||
<a href="https://hub.docker.com/r/xuxueli/xxl-job-admin/">
|
||||
<img src="https://img.shields.io/docker/pulls/xuxueli/xxl-job-admin" >
|
||||
</a>
|
||||
<a href="http://www.gnu.org/licenses/gpl-3.0.html">
|
||||
<img src="https://img.shields.io/badge/license-GPLv3-blue.svg" >
|
||||
</a>
|
||||
<a href="https://www.xuxueli.com/page/donate.html">
|
||||
<img src="https://img.shields.io/badge/%24-donate-ff69b4.svg?style=flat" >
|
||||
</a>
|
||||
</p>
|
||||
</p>
|
||||
|
||||
|
||||
>>>>>>> ae0c4aea12996d3d72eca7c6ccdc97922373e4d7
|
||||
## Introduction
|
||||
XXL-JOB is a distributed task scheduling framework.
|
||||
It's core design goal is to develop quickly and learn simple, lightweight, and easy to expand.
|
||||
|
||||
@@ -23,9 +23,15 @@ mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml
|
||||
#mybatis.type-aliases-package=com.xxl.job.admin.core.model
|
||||
|
||||
### xxl-job, datasource
|
||||
<<<<<<< HEAD
|
||||
spring.datasource.url=jdbc:mysql://120.71.183.195:3306/zyt_shop/xxl_job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
||||
spring.datasource.username=zyt_shop
|
||||
spring.datasource.password=Gb84505016@zytshop
|
||||
=======
|
||||
spring.datasource.url=jdbc:mysql://192.168.0.106:3306/xxl_job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=lilishop
|
||||
>>>>>>> ae0c4aea12996d3d72eca7c6ccdc97922373e4d7
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
|
||||
### datasource-pool
|
||||
|
||||
Reference in New Issue
Block a user