Commit Graph

10 Commits (2a3ff1725a1a466daf913e94de1d9f07af9f324d)

Author SHA1 Message Date
flystar32 97a77d5c2b change version from 0.2.2.BUILD-SNAPSHOT to 2.1.0.BUILD-SNAPSHOT 6 years ago
flystar32 655f752e12 format code 6 years ago
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
6 years ago
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
6 years ago
jimin.jm 668f99cd56 fix #432 update Fescar-Sample readme,unique index instead of normal index 6 years ago
jimin.jm b2e4ba2620 fix #417 when fescar upgrade 0.2.0+ configuration file changed 6 years ago
mercyblitz fa1aa272b1 Polish : spring-cloud-incubator/spring-cloud-alibaba/issues#377 : Use Apache Dubbo 2.7.x as Spring Cloud Infrastructure 6 years ago
gaoyunpeng 2db3677f20 fix #369 remove superfluous settings in fescar example 6 years ago
xiaojing 04908741bb
Update readme-zh.md 6 years ago
flystar32 a6a894a110 add module Fescar, Polish #303 6 years ago