Skip to content

Commit f193776

Browse files
committed
add ignore, release 0.1.0 changelog
1 parent 77d9177 commit f193776

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
.idea
3+
.classpath
4+
.project
5+
.settings
6+
target
7+
.DS_Store
8+
/logs
9+
*.iml

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 0.1.0 (Jan. 9, 2019)
2+
3+
#### FEATURES:
4+
5+
* support standalone fescar-server.
6+
* support mysql automatic transaction.
7+
* support @GlobalTransactional spring annotation.
8+
* support dubbo on filter.
9+
* support mybatis ORM framework.
10+
* support api&template.
11+
* support dubbo,springcloud,motan ect.

0 commit comments

Comments
 (0)