摘要: 不能运行java程序 可能是没有选择运行环境点击 edit Configurations在Use classpath of module 中选择本项目的运行环境 Run报错: Error:java: Compilation failed: internal java compiler error a 阅读全文
posted @ 2018-02-08 16:48 有悟还有迷 阅读(443) 评论(0) 推荐(0) 编辑
摘要: application.properties # # 核心属性# # 文件编码banner.charset= UTF-8# 文件位置banner.location= classpath:banner.txt # 日志配置# 日志配置文件的位置。 例如对于Logback的`classpath:logb 阅读全文
posted @ 2018-02-08 16:06 有悟还有迷 阅读(5787) 评论(0) 推荐(1) 编辑
摘要: 前提已安装maven并且配置了环境变量1.进入jar包所在的目录,打开cmd2.了解包的groupId、artifactId、version2.输入命令(依赖sdk为例) maven命令mvn install:install-file -DgroupId=groupId -DartifactId=a 阅读全文
posted @ 2018-02-08 16:04 有悟还有迷 阅读(434) 评论(0) 推荐(0) 编辑