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

366 Commits

Author SHA1 Message Date
mercyblitz
e32b020198 Polish spring-cloud-incubator/spring-cloud-alibaba#510 : Reactor code 2019-04-02 09:23:40 +08:00
Mercy Ma
5df1d76945
Merge pull request #514 from mercyblitz/master
Refactor Dubbo Service registration
2019-04-02 02:00:10 +08:00
mercyblitz
4b111e4e46 Polish spring-cloud-incubator/spring-cloud-alibaba#510 : Dubbo Spring Cloud Non-Web Provider Registration issue 2019-04-02 01:45:53 +08:00
Jianwei Mao
961d87d9e0
Add an usage for config listener
1. add an example that reacting to the change of config data using Listener.
2. update string format of output.
2019-04-01 15:38:00 +08:00
mercyblitz
cda6d4ac6a Polish spring-cloud-incubator/spring-cloud-alibaba#509 : Random port Dubbo Spring Cloud Provider registration issue 2019-04-01 10:30:59 +08:00
小马哥
5073b10ad1 Merge branch 'master' of https://github.com/mercyblitz/spring-cloud-alibaba 2019-03-29 20:08:57 +08:00
小马哥
a50324c43a To add Gateway demo 2019-03-29 20:08:50 +08:00
mercyblitz
8218c9d38b Optimize 2019-03-29 19:58:00 +08:00
mercyblitz
3407cd36de Refactor Dubbo Service registration logic:
1. Simplify registration implementation
2. Add Event-Driven
2019-03-28 01:13:41 +08:00
fangjian0423
1cd4efdd1f Merge remote-tracking branch 'upstream/master' 2019-03-27 16:22:59 +08:00
flystar32
97a77d5c2b change version from 0.2.2.BUILD-SNAPSHOT to 2.1.0.BUILD-SNAPSHOT 2019-03-27 14:34:35 +08:00
flystar32
655f752e12 format code 2019-03-27 12:42:54 +08:00
fangjian0423
080ad2df1e fix bug about feign and update examples 2019-03-26 20:18:07 +08:00
fangjian0423
ec98a2db01 code format 2019-03-26 17:53:17 +08:00
fangjian0423
5995687dd5 update sentinel examples 2019-03-26 16:34:18 +08:00
fangjian0423
48dc322407 add spring-cloud-alibaba-dubbo to bom and remove useless example 2019-03-25 17:23:29 +08:00
codewaltz1994
ba1e4ac895 Bug: Fix a bug. issue#471 fescar-example Demo DatabaseConfiguration.java file need to be impoved, or the error will occur .
(Address:https://github.com/spring-cloud-incubator/spring-cloud-alibaba/issues/471)

Root Cause: When using a newer version of MySQL dataase and jdbc jars , the jdbc url need add serverTimezone parameter to jdbc url.

Solution:
	Under the guidance of the thought, change "druidDataSource.setUrl("jdbc:mysql://" + ip + ":" + port + "/" + dbName);"
	into "druidDataSource.setUrl("jdbc:mysql://" + ip + ":" + port + "/" + dbName + "?serverTimezone=UTC");” in every databaseConfuguration.java
	file under this fescar-example directory.then re-run the example, bug is free
Project:
	spring-cloud-alibaba/spring-cloud-alibaba-examples/fescar-example
2019-03-25 12:32:11 +08:00
Spring Operator
5efcf5adf1 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 69 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 138 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 69 occurrences
2019-03-19 20:21:49 -05:00
Xiaolong Zuo
b8910ac908
Merge pull request #447 from fangjian0423/master
add 'HTTPMethod:' prefix for the resource of using @SentinelRestTemplate
2019-03-18 14:17:37 +08:00
fangjian0423
1eef8f688f add 'HTTPMethod:' prefix for the resource of using @SentinelRestTemplate 2019-03-18 12:59:14 +08:00
Jlcao
cef321c4fb
Wrong character changes
Wrong character changes. ‘流量器’==> '浏览器‘
2019-03-17 21:03:09 +08:00
Xiaolong Zuo
09e90a1e67
Merge pull request #431 from fangjian0423/master
Fix bug 4 spring-cloud-starter-bus-rocketmq
2019-03-15 17:26:46 +08:00
fangjian0423
69f6ad9128 update bus example 2019-03-15 17:09:47 +08:00
jimin.jm
668f99cd56 fix #432 update Fescar-Sample readme,unique index instead of normal index 2019-03-15 12:02:54 +08:00
fangjian0423
1b9cbf7396 update bus example 2019-03-14 20:40:56 +08:00
Xiaolong Zuo
49baeff6e9
Merge pull request #420 from fangjian0423/binder-dev
RocketMQ Binder integrates RocketMQ Spring
2019-03-12 15:24:39 +08:00
fangjian0423
53c4a6adf6 refactor & upgrade rocketmq-client version 2019-03-12 13:59:57 +08:00
fangjian0423
474132db42 Merge remote-tracking branch 'upstream/master' into binder-dev 2019-03-12 11:14:26 +08:00
jimin.jm
b2e4ba2620 fix #417 when fescar upgrade 0.2.0+ configuration file changed 2019-03-12 00:38:02 +08:00
Mercy Ma
9c5d9229e5
Merge pull request #413 from mercyblitz/master
Polish : spring-cloud-incubator/spring-cloud-alibaba#409 : Register t…
2019-03-08 16:34:26 +08:00
mercyblitz
10f06bec1e Polish : spring-cloud-incubator/spring-cloud-alibaba#409 : Register the Dubbo REST services as Spring Cloud services in non-web environment 2019-03-08 14:54:33 +08:00
Mercy Ma
7c3222f235
Merge pull request #408 from mercyblitz/master
Add DubboRegistryServiceIdHandler Bean to customize Service Id
2019-03-08 13:07:12 +08:00
mercyblitz
e48863640a Polish : spring-cloud-incubator/spring-cloud-alibaba#377 : Refactor 2019-03-07 16:29:31 +08:00
Mercy Ma
c6a31dac63
Merge pull request #406 from mercyblitz/master
Use Apache Dubbo 2.7.x as Spring Cloud Infrastructure #377
2019-03-07 14:33:40 +08:00
Xiaolong Zuo
45c4c5baf5
Merge pull request #405 from fangjian0423/master
Update docs & add spring cloud gateway bom
2019-03-07 10:36:01 +08:00
flystar32
b50cd9266f update nacos and fescar version and format some testcase 2019-03-07 10:17:30 +08:00
mercyblitz
514fef53f5 Polish : spring-cloud-incubator/spring-cloud-alibaba/issues#377 : Resolve version issue 2019-03-06 23:22:23 +08:00
mercyblitz
fa1aa272b1 Polish : spring-cloud-incubator/spring-cloud-alibaba/issues#377 : Use Apache Dubbo 2.7.x as Spring Cloud Infrastructure 2019-03-06 23:13:43 +08:00
fangjian0423
501d08d1e5 add spring cloud gateway bom 2019-03-06 10:59:04 +08:00
fangjian0423
0e4de15632 update sms example 2019-03-04 15:38:57 +08:00
fangjian0423
9934f5bc60 resolve conflict 2019-02-28 19:20:53 +08:00
xiaojing
dbfc363c02
Merge pull request #394 from yunzheng1228/master
format code and fixed example's bug
2019-02-28 16:20:35 +08:00
yunzheng1228
df8f703460 Fixed nacos-example's bug, Change the attribute value of spring.application.name from 'sca-nacos-config' to 'nacos-config-example' 2019-02-28 15:51:42 +08:00
fangjian0423
7cc3b02917 update rocketmq examples 2019-02-28 15:31:28 +08:00
fangjian0423
509d4819b3 Merge remote-tracking branch 'upstream/master' into binder-dev 2019-02-28 15:23:39 +08:00
format
986e529043
Merge pull request #390 from mostcool/master
optimized spring-cloud-alicloud-sms pom.xml
2019-02-27 19:12:20 +08:00
gaokai
ef00e96b5c 包含sms-example模块 2019-02-27 10:36:19 +08:00
mercyblitz
f98b74ad45 Merge remote-tracking branch 'upstream/master' 2019-02-26 16:55:57 +08:00
mercyblitz
f719e16d38 Polish : /spring-cloud-incubator/spring-cloud-alibaba#386 : Supports all Spring Cloud Registries and default is Nacos 2019-02-26 16:54:36 +08:00
mercyblitz
ab1ecca6ab Polish : /spring-cloud-incubator/spring-cloud-alibaba#387 : Dubbo Spring Cloud Samples 2019-02-26 16:25:41 +08:00