Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution does not work #534

Closed
KrishnanSriram opened this issue Jul 13, 2018 · 2 comments
Closed

Solution does not work #534

KrishnanSriram opened this issue Jul 13, 2018 · 2 comments
Assignees
Labels

Comments

@KrishnanSriram
Copy link

I followed the same steps and nothing happens. Neither record gets saved, nor it errors out. Can someone take a look at what’s going on here?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@rmcmurray rmcmurray self-assigned this Jul 23, 2018
@rmcmurray
Copy link
Contributor

Thanks @KrishnanSriram - as an FYI, there appears that there is a versioning problem that we have recently discovered. I am currently working on another version of the article which highlights that the article needs version 1.5.n of Spring Boot; there were some breaking changes in Spring Boot 2.0.n, so you might want to try updating your POM file with an older version; for example:

<parent>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-parent</artifactId>
   <version>1.5.14.RELEASE</version>
   <relativePath/>
</parent>

@rmcmurray
Copy link
Contributor

Hello @KrishnanSriram - we published a new version of that article a few weeks ago that addresses the problems that were identified as breaking changes in Spring 2.0. Please see the following updated article for more:

https://docs.microsoft.com/en-us/java/azure/spring-framework/configure-spring-boot-starter-java-app-with-cosmos-db

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants