贫民窟里的程序高手

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2017年8月2日

摘要: 1.yml 之前从来没有听说过这个类型的文件,今天有了接触。 .yml和.properties文件其实格式是不一样的,这里一定要注意。 我搭建的Eureka服务器启动的时候总是报错,后来发现只要把application.properties改成application.yml,再启动就不报错了。 2. 阅读全文
posted @ 2017-08-02 16:44 贫民窟里的程序高手 阅读(188) 评论(0) 推荐(0)

摘要: "Address already in use" means, there is already another application running on port 8080. Use your OS tools to find that process and end it, before y 阅读全文
posted @ 2017-08-02 15:40 贫民窟里的程序高手 阅读(625) 评论(0) 推荐(0)

摘要: 本文转载自:http://blog.csdn.net/clementad/article/details/51334064 简单几步,在Eclipse中创建一个新的spring Boot项目: 1、Eclipse中安装STS插件: Help -> Eclipse Marketplace... Sea 阅读全文
posted @ 2017-08-02 09:27 贫民窟里的程序高手 阅读(275) 评论(0) 推荐(0)