栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

常见问题2

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

常见问题2

常见问题2

1.
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-11-25 19:06:23.928 [restartedMain] INFO  com.netflix.discovery.DiscoveryClient:888 - Shutting down DiscoveryClient ...
2021-11-25 19:06:23.938 [restartedMain] INFO  com.netflix.discovery.DiscoveryClient:911 - Completed shut down of DiscoveryClient
2021-11-25 19:06:23.948 [restartedMain] ERROR org.springframework.boot.SpringApplication:821 - Application run failed

这个问题是因为你在pom文件里面加入了mybatis模块 却没有在config配置就里面增加mybatis的上下文导致启动报错的 starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled(这句话其实已经说得很明白了 在启动的时候 上下文错误 导致启动失败)

develop.properties 环境写错了

profile=devSSSS
profile=dev
2.

java.sql.SQLException: Access denied for user ‘edurw’@‘localhost’ (using password: YES)

连接数据库的用户名密码错误

spring:
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://127.0.0.1:3306/edu_ad?characterEncoding=UTF-8&useUnicode=true&useSSL=false&serverTimezone=GMT
    username: root
    password: root
3

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project edu-pay-api: Execution default-compile of goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile: java.lang.NoSuchMethodError: org.codehaus.plexus.compiler.CompilerError: method (Ljava/lang/String;ZIIIILjava/lang/String;)V not found
[ERROR] -----------------------------------------------------
[ERROR] realm = plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy

解决:我的是vm heap不足,把idea heap size加大点。

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/603352.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号