Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/spring boot starter dailysegment #173

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
20336a3
init support springboot
Oct 9, 2019
48be19d
init support springboot
Oct 9, 2019
6dd639f
init support springboot
Oct 9, 2019
d69356e
init support springboot
Oct 9, 2019
7daaf9c
adjust code style
thelight1 Oct 12, 2019
dd5f2e0
add shell
Yaccc Feb 21, 2020
6c88fe3
Update README_CN.md
Yaccc Feb 21, 2020
a873b98
change readme
Feb 21, 2020
9df57e9
change readme
Mar 15, 2020
a255cc3
change readme
Mar 15, 2020
064a9d9
change readme
Mar 15, 2020
ea7734e
meger start branch
Mar 15, 2020
ea5685a
init support springboot
Oct 9, 2019
48de334
init support springboot
Oct 9, 2019
1519c15
move class to support starter
Mar 15, 2020
d70e539
move class to support starter
Mar 15, 2020
a483e90
move class to support starter
Mar 15, 2020
1539459
move class to support starter
Mar 15, 2020
cb16a72
move class to support starter
Mar 15, 2020
475763c
move class to support starter
Mar 15, 2020
1e73d46
move class to support starter
Mar 15, 2020
ba8b196
move class to support starter
Mar 21, 2020
6573b7a
readme文档
Mar 21, 2020
a131db7
readme文档
Mar 21, 2020
269f84d
readme文档
Mar 21, 2020
5b095f7
readme文档
Mar 21, 2020
8be4338
Merge branch 'master' into feature/spring-boot-starter
Mar 21, 2020
6a0c3f7
Update README_CN.md
Yaccc Apr 12, 2020
bb15c2a
每日的进行订正数据
nogeek-cn Jul 1, 2021
c33a100
fixed bugs and add example
nogeek-cn Jul 2, 2021
7d89cd7
add md sql
nogeek-cn Jul 2, 2021
6d32274
fix sql
nogeek-cn Jul 5, 2021
8e47b5f
5 分钟一次修复
nogeek-cn Jul 5, 2021
42d948b
fix
nogeek-cn Jul 21, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
meger start branch
  • Loading branch information
凉之 committed Mar 15, 2020
commit ea7734e07c0123560e7bbad452871efb3597d1fb
16 changes: 16 additions & 0 deletions leaf-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>leaf-parent</artifactId>
<groupId>com.sankuai.inf.leaf</groupId>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>leaf-plugin</artifactId>
<packaging>pom</packaging>
<modules>
<module>leaf-boot-starter</module>
</modules>

<dependencies>
<!--实现自动化配置-->