IDEA热部署java和html文件
摘要:1、菜单栏选择Run->Edit Configurations 2、选中配置的启动类,在“Spring Boot”项目中,将 On 'Update' action和On frame deactivation都选为‘Update classes and resources’ 注:properties文
阅读全文
posted @
2019-03-05 16:40
wanbao
阅读(1627)
推荐(0)
IDEA启动Springboot报command line is too long问题解决
摘要:1、在工作空间下找到 .idea/workspace.xml 2、查找<component name="PropertiesComponent">,并在该元素中添加属性<property name="dynamic.classpath" value="true" />
阅读全文
posted @
2019-03-04 15:00
wanbao
阅读(1082)
推荐(0)
IDEA设置默认maven配置
摘要:按以下步骤设置好maven后,以后每次创建新项目,maven都默认采用该配置,详细步骤如下: 1、打开菜单 File -> Other Settings -> Settings for New Projects... 2、打开菜单 Build, Execution, Deployment -> Bu
阅读全文
posted @
2018-12-12 08:50
wanbao
阅读(1670)
推荐(0)