Add:
Some error reports do not display error information
Not directly displayed, suddenly interrupted.
If the parent public resource is referenced, the error message will be displayed when the project is added again. After deletion, the error message will still be displayed
Try, add in the project
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
With the starter, the error message is displayed.
Today, I started the service happily and found that I couldn’t get up.
explain conflicts with existing You have a duplicate name.
For example, my file is com.jiutong.zeus.old.mapper.zqp.CustomerMapper
The name customermapper is repeated.
Global search, Ctrl + Shift + F
As like as two peas, the two interfaces are exactly the same.
solve:
Just give it an alias.
Similar Posts:
- Using Maven helper to resolve Maven plug-in conflicts
- [Solved] SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
- [Solved] SparkSQL Error: org.apache.hadoop.security.HadoopKerberosName.setRuleMechanism
- [Solved] java.lang.NoSuchMethodError: javax.persistence.spi.PersistenceUni
- [Solved] SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
- [Solved] Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses
- [Solved] Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses
- [Solved] Springboot integrate swagger Error: failed to start bean ‘documentationpluginsboot
- [Solved] SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
- Compilation failure cannot find the class file for org.apache.http.annotation.notthreadsafe