We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d9177 commit f193776Copy full SHA for f193776
.gitignore
@@ -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
@@ -0,0 +1,11 @@
+## 0.1.0 (Jan. 9, 2019)
+
+#### FEATURES:
+* support standalone fescar-server.
+* support mysql automatic transaction.
+* support @GlobalTransactional spring annotation.
+* support dubbo on filter.
+* support mybatis ORM framework.
10
+* support api&template.
11
+* support dubbo,springcloud,motan ect.
0 commit comments