1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

277 Commits

Author SHA1 Message Date
fangjian0423
de9b1be4be pass checkstyle plugin 2019-10-28 16:15:18 +08:00
format
9b32b41d05
Merge pull request #1001 from echooymxq/master
Optimize example module name
2019-10-18 15:19:51 +08:00
echooymxq
1bc20774c5 Optimize example module name 2019-10-18 09:51:03 +08:00
slievrly
6a90e643e6 update seata version and sample
Signed-off-by: slievrly <slievrly@163.com>
2019-10-17 17:13:57 +08:00
fangjian0423
576de3a218 update dubbo version on examples 2019-09-30 10:41:58 +08:00
fangjian0423
2435167e1e format code with maven plugins 2019-09-26 17:15:43 +08:00
format
df3d9ce0e8
Merge pull request #941 from eacdy/master
Add module Spring Cloud Alibaba Sidecar
2019-09-25 15:38:34 +08:00
itmuch
670967a41c add module Spring Cloud Alibaba Sidecar 2019-09-17 15:45:56 +08:00
format
7c452f6f7f
Merge pull request #920 from chuntaojun/fix_issue_859
fix(nacos): fix issue #859
2019-09-17 14:14:05 +08:00
format
179eab2b7e
Merge pull request #900 from lichen782/master
Support OssStorage Resource as WritableResource and add related unittest cases
2019-09-17 10:11:54 +08:00
chuntaojun
f0f86868b2 fix(nacos): fix issue #859 2019-09-12 22:01:37 +08:00
chuntaojun
5162d02b4e fix(nacos): fix issue #859 2019-09-12 20:20:02 +08:00
fangjian0423
75f02aa2c5 some compatibility modifications about Hoxton 2019-09-11 14:39:17 +08:00
lichen782
572b13a0b3 Refactor the OssController upload2 to use try with clause 2019-09-10 14:55:51 +08:00
fangjian0423
0890e02db9 upgrade to Spring Cloud Hoxton 2019-09-06 18:34:07 +08:00
fangjian0423
e8ee68998e upgrade to Spring Cloud Hoxton, close #917 2019-09-06 16:33:11 +08:00
chuntaojun
d2684c2882 fix(nacos): fix issue #859 2019-09-06 16:03:41 +08:00
chuntaojun
e4d85b6c7e style(nacos): Standard code style. 2019-09-05 11:13:59 +08:00
chuntaojun
d1b64df9d2 refactor(nacos): Modify nacos service caching mechanism 2019-09-04 15:12:41 +08:00
format
8e1468d97c
Merge pull request #884 from zhaoyuguang/zhaoyuguang/dev4
remove unused import statement
2019-09-02 19:44:38 +08:00
format
5b07a560be
Merge pull request #876 from zhaoyuguang/zhaoyuguang/dev_3
Use Spring advanced API make design more clearer
2019-09-02 19:43:36 +08:00
lichen782
9edab1215b Support OssStorage Resource as WritableResource and add related
unittest cases
2019-09-02 15:20:49 +08:00
赵禹光
34acf7034e remove unused import statement 2019-08-27 17:10:06 +08:00
赵禹光
189837ed12 remain annotations clearer 2019-08-23 15:38:53 +08:00
赵禹光
3eb75988e3 example annotations clearer 2019-08-23 15:36:31 +08:00
Rivers-Shall
57ec776c7b Modify nacos-discovery-example to test UrlCleaner of
`SentinelResttemplate`
2019-08-19 16:13:06 +08:00
panda
9dc03faa41 some doc no error correction 2019-08-15 23:57:39 +08:00
fangjian0423
c747d1f5e6 close #816 2019-08-14 15:24:08 +08:00
sundong
ab819291e7 fescar -> seata 2019-08-05 14:20:37 +08:00
冷冷
45dd5ca4c9 ⬆️ Upgrading Version.2.1.1.BUILD-SNAPSHOT 2019-08-03 19:58:03 +08:00
冷冷
ac06210597 Merge https://github.com/alibaba/spring-cloud-alibaba 2019-08-03 19:49:16 +08:00
fangjian0423
9cf5624a86 Bumping versions to 2.1.1.BUILD-SNAPSHOT after release 2019-08-02 10:59:09 +08:00
冷冷
e9d6f2b5bd 📝 Writing docs. add sentinel feign example doc 2019-08-01 16:00:42 +08:00
fangjian0423
c8f9465fdc Update SNAPSHOT to 2.1.0.RELEASE 2019-08-01 15:57:56 +08:00
冷冷
5a1c2b5fef Adding tests. add sentinel feign example 2019-08-01 13:18:50 +08:00
mercyblitz
be18803104 Update The sample 2019-08-01 11:24:00 +08:00
mercyblitz
9e0a5185d1 Polish spring-cloud-incubator/spring-cloud-alibaba#623 : Bugfix 2019-07-31 16:41:52 +08:00
mercyblitz
ad9ce6267c Polish spring-cloud-incubator/spring-cloud-alibaba#600 : [Enhancement] Dubbo Spring Cloud Changes the dependency of spring-boot-actuator to be optional 2019-07-30 17:04:57 +08:00
fangjian0423
368487931f close #741 2019-07-30 12:33:13 +08:00
fangjian0423
8ed7e8b7c8 sentinel upgrade to 1.6.2, close #787 2019-07-29 20:52:50 +08:00
fangjian0423
04434bf977 update docs 2019-07-29 14:45:52 +08:00
fangjian0423
a593f774e0 optimize pom 2019-07-29 00:08:24 +08:00
fangjian0423
3427a7345d update sentinel demo 2019-07-29 00:07:32 +08:00
fangjian0423
9557879f44 update sentinel demo 2019-07-29 00:06:49 +08:00
format
9937bcf1a1
Merge pull request #778 from pigxcloud/master
 Introducing new features. Sentinel Support RedisDataSource…
2019-07-26 16:47:31 +08:00
fangjian0423
145c14058b update sentinel examples 2019-07-26 12:41:00 +08:00
fangjian0423
4003350d09 fix fescar typo & other typo 2019-07-24 22:20:19 +08:00
Xin Wang
7bd0adc99e update circleci url 2019-07-24 11:00:49 +08:00
冷冷
0e79b0ed31 Introducing new features. Sentinel Support RedisDataSource Dynamic Rule Configuration 2019-07-24 10:10:10 +08:00
slievrly
471a1228ff upgrade seata to 0.7.1 and update seata sample
Signed-off-by: slievrly <slievrly@163.com>
2019-07-23 20:34:33 +08:00