java
muzi711900
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
maven 打包问题
在eclipse中用maven 打包项目:右键项目->run as ->maven build(选择后面没有快捷键的)->弹出框内 goal 内写 clean package注意:不要加 mvn如果打包报错:No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?可以在window ->preferences 中设置java jr..原创 2021-02-02 15:26:29 · 234 阅读 · 0 评论 -
Springboot 学习(一)
如何访问springboot 静态页面1.先创建一个springboot 工程,登录start.spring.io2.解压导入工程后,3.访问http://localhost:8080/index 返回weather.html页面访问http://localhost:8080/australian/city?cityName=beijing返回jason数据...原创 2019-03-23 21:20:42 · 145 阅读 · 0 评论
分享