You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 0.2.1 (#345)
* Fix#169
* Polish : #324 & #325
* Polish : #315
* Polish : #321
* Polish : #321
* Polish : #321 for test case
* Polish : Update Demos
* Polish : Update version to be 0.2.1
* Polish : #319
* Polish : #226
* Polish : #309
* Fix the test case's bugs
* Fix the test case's bugs
* Fix a JavaDoc issue
* Update SNAPSHOT and add exclude list
* Update SNAPSHOT to be 0.2.1-SNAPSHOT
* Update JDK versions
* Update JDK versions
* Reactor & remove author info
* Refactor : to save a shutdown hook thread
* 0.2.1 (#346)
* Fix#169
* Polish : #324 & #325
* Polish : #315
* Polish : #321
* Polish : #321
* Polish : #321 for test case
* Polish : Update Demos
* Polish : Update version to be 0.2.1
* Polish : #319
* Polish : #226
* Polish : #309
* Fix the test case's bugs
* Fix the test case's bugs
* Fix a JavaDoc issue
* Update SNAPSHOT and add exclude list
* Update SNAPSHOT to be 0.2.1-SNAPSHOT
* Update JDK versions
* Update JDK versions
* Reactor & remove author info
* Refactor : to save a shutdown hook thread
* Remove javax.servlet:javax.servlet-api:3.1.0 that may cause class conflict, and use indirectly dependencies from spring-boot-starter-*
* Polish #341
* 0.2.1 (#357)
* Fix#169
* Polish : #324 & #325
* Polish : #315
* Polish : #321
* Polish : #321
* Polish : #321 for test case
* Polish : Update Demos
* Polish : Update version to be 0.2.1
* Polish : #319
* Polish : #226
* Polish : #309
* Fix the test case's bugs
* Fix the test case's bugs
* Fix a JavaDoc issue
* Update SNAPSHOT and add exclude list
* Update SNAPSHOT to be 0.2.1-SNAPSHOT
* Update JDK versions
* Update JDK versions
* Reactor & remove author info
* Refactor : to save a shutdown hook thread
* Remove javax.servlet:javax.servlet-api:3.1.0 that may cause class conflict, and use indirectly dependencies from spring-boot-starter-*
* Polish #341
* Add the samples
* Add a license
* 0.2.1 (#360)
* Fix#169
* Polish : #324 & #325
* Polish : #315
* Polish : #321
* Polish : #321
* Polish : #321 for test case
* Polish : Update Demos
* Polish : Update version to be 0.2.1
* Polish : #319
* Polish : #226
* Polish : #309
* Fix the test case's bugs
* Fix the test case's bugs
* Fix a JavaDoc issue
* Update SNAPSHOT and add exclude list
* Update SNAPSHOT to be 0.2.1-SNAPSHOT
* Update JDK versions
* Update JDK versions
* Reactor & remove author info
* Refactor : to save a shutdown hook thread
* Remove javax.servlet:javax.servlet-api:3.1.0 that may cause class conflict, and use indirectly dependencies from spring-boot-starter-*
* Polish #341
* Add the samples
* Add a license
* Add the samples of Zookeeper and Nacos
* Update README.md
* Fix the test cases
If `DubboProviderDemo` works well, please mark sure `DubboProviderDemo` is started.
242
232
243
-
If `DubboProviderDemo` works well, please mark sure Dubbo service(s) is active.
244
-
245
-
246
-
247
-
More details, please refer to [Dubbo Consumer Sample](dubbo-spring-boot-samples/dubbo-spring-boot-sample-consumer)
233
+
More details, please refer to [Samples](dubbo-spring-boot-samples).
248
234
249
235
250
236
@@ -261,7 +247,7 @@ Having trouble with Dubbo Spring Boot? We’d like to help!
261
247
262
248
## Building from Source
263
249
264
-
If you want to try out thr latest features of Dubbo Spring Boot, it can be easily built with the [maven wrapper](https://github.com/takari/maven-wrapper). Your JDK is 1.7 or above.
250
+
If you want to try out thr latest features of DubboSpringBoot, it can be easily built with the [maven wrapper](https://github.com/takari/maven-wrapper). Your JDK is 1.8 or above.
265
251
266
252
```
267
253
$ ./mvnw clean install
@@ -301,24 +287,10 @@ The main usage of `dubbo-spring-boot-parent` is providing dependencies managemen
Copy file name to clipboardExpand all lines: dubbo-spring-boot-autoconfigure/src/main/java/com/alibaba/boot/dubbo/env/DubboDefaultPropertiesEnvironmentPostProcessor.java
+20
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,16 @@ public class DubboDefaultPropertiesEnvironmentPostProcessor implements Environme
0 commit comments