Jason Song

Results 317 comments of Jason Song

Hello, I am a [code review bot](https://github.com/flows-network/github-pr-summary/) on [flows.network](https://flows.network/). Here are my reviews of code commits in this PR. ------

Apollo java version 2.2.0 is now available for download. You can access this latest release at [Maven Central](https://search.maven.org/search?q=com.ctrip.framework.apollo).

I think we need to postpone this pr until the apollo-quick-start repo is updated with the latest version.

Which version of Spring are you currently utilizing? I assume it would be compatible with the majority of Spring versions.

I built the apollo-all-in-one.jar using the lastest master code by following the [manually build steps](https://www.apolloconfig.com/#/zh/deployment/quick-start?id=_131-%e6%89%8b%e5%8a%a8%e6%89%93%e5%8c%85quick-start%e5%ae%89%e8%a3%85%e5%8c%85) and run the start script with the following changes to the [demo.sh](https://github.com/apolloconfig/apollo-quick-start/blob/master/demo.sh): ``` # database...

> I built the apollo-all-in-one.jar using the lastest master code by following the [manually build steps](https://www.apolloconfig.com/#/zh/deployment/quick-start?id=_131-%e6%89%8b%e5%8a%a8%e6%89%93%e5%8c%85quick-start%e5%ae%89%e8%a3%85%e5%8c%85) and run the start script with the following changes to the [demo.sh](https://github.com/apolloconfig/apollo-quick-start/blob/master/demo.sh): > >...

@Anilople I've made some changes to the demo.sh script and it works perfectly on my laptop. Please give this version a try: ``` # database platform spring_profiles_group_github=${SPRING_PROFILES_GROUP_GITHUB:-h2} # apollo config...

> > Which version of Spring are you currently utilizing? I assume it would be compatible with the majority of Spring versions. > > Hi, I also encountered it. My...

The quick start doc was updated in #5035

I think it's because it also includes the html code to the coverage?