Code Monkey home page Code Monkey logo

Comments (9)

hexufeng avatar hexufeng commented on July 17, 2024

i have the error too. new to spring-boot..

from spring-boot-samples.

azanelli avatar azanelli commented on July 17, 2024

@kenadet @hexufeng Are you using the same code in the repository or did you made some changes? In the above pom.xml I can see it use Spring Boot 1.4.3 while our code is configured for 1.3.5.

from spring-boot-samples.

kenadet avatar kenadet commented on July 17, 2024

I can't remember the cause of this error but adding this to my pom.xml:

<dependency>
	<groupId>com.fasterxml.jackson.datatype</groupId>
	<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>

and removing this

<dependency>
	<groupId>org.jadira.usertype</groupId>
        <artifactId>usertype.core</artifactId>
        <version>4.0.0.GA</version>
</dependency>

seem to resolve it

from spring-boot-samples.

kenadet avatar kenadet commented on July 17, 2024

@azanelli I hope I answered your question

from spring-boot-samples.

azanelli avatar azanelli commented on July 17, 2024

@kenadet I closed this issue since it is not a bug about the code in this repo (since you made changes to the code).
For problems and/or questions about Spring Boot better to use Stackoverflow.
Thank you.

from spring-boot-samples.

kenadet avatar kenadet commented on July 17, 2024

I fixed it, got you.

from spring-boot-samples.

azanelli avatar azanelli commented on July 17, 2024

@kenadet Great :)

from spring-boot-samples.

kenadet avatar kenadet commented on July 17, 2024

There were other errors in the code too, my bad, I chose to give this.

from spring-boot-samples.

hexufeng avatar hexufeng commented on July 17, 2024

nope, i ran the project after clone it to local with nothing changed.
int my ~/.m2/settings.xml file there are my company's mirros, but i think it can not affect.
and also my local maven repository have more than one spring*** version, i think that can not affect too.

from spring-boot-samples.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.