摘要: 一、pom.xml配置 增加以下pom.xml配置 二、添加一个remote 在工具栏中的Run -> Edit Configurations... -> Remote, 新建一个启动项,什么都不用改,但为了方便名字随便起一个你能区分开的就行, 我这里叫debug了 三、以debug方式启动 1.执 阅读全文
posted @ 2018-03-12 15:38 shirayner 阅读(378) 评论(0) 推荐(0)
摘要: 二、参考资料 1.Spring Boot 系列(六)web开发-Spring Boot 热部署 阅读全文
posted @ 2018-03-12 14:56 shirayner 阅读(149) 评论(0) 推荐(0)
摘要: 一、异常信息 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gsonBuilder' defined in class path resource [org/spring 阅读全文
posted @ 2018-03-12 14:38 shirayner 阅读(12989) 评论(0) 推荐(1)
摘要: 一、方法一 1、说明 用Maven打到本地仓库,然后直接引入 2、参考资料 Springboot 打Jar包,Maven完美解决本地Jar包自动打入Springboot Jar包中 3、执行maven打包命令进行打包 4.依赖jar包 二、方法二 二、参考资料 1.Spring Boot引用本地ja 阅读全文
posted @ 2018-03-12 14:18 shirayner 阅读(565) 评论(0) 推荐(0)