
idea
努力的小豆子
这个作者很懒,什么都没留下…
展开
-
springboot和前端实现跨域交互
public static void main(String[] args) { SpringApplication.run(Application.class, args); } //可以实现跨域交互 @Bean public WebMvcConfigurer webMvcConfigurer(){ return new WebMvcConfigurerAdapter() { @Override ...原创 2020-09-27 14:42:07 · 112 阅读 · 0 评论 -
Idea怎么进行热部署
一、File -> Settings -> Default Settings -> Build -> Compiler 然后勾选 Build project automatically 。二、同时按住 Ctrl + Shift + Alt + / 然后进入Registry ,勾选自动编译compiler.automake.allow.when.app.running -> 自动编译compile.document.save.trigger.delay -> 自动更新文原创 2020-11-26 11:21:23 · 114 阅读 · 0 评论