随笔分类 -  工具

跨域
摘要:/** * 跨域配置 */@Beanpublic CorsFilter corsFilter(){ CorsConfiguration config = new CorsConfiguration(); config.setAllowCredentials(true); // 设置访问源地址 con 阅读全文
posted @ 2021-10-25 21:45 小胡桐 阅读(57) 评论(0) 推荐(0)
vscode使用及插件
摘要:1、settings.json设置 "git.path": "G:/Git/bin/git.exe",//配置git "git.enableSmartCommit": true, // "terminal.integrated.shell.windows": "C:\\WINDOWS\\System 阅读全文
posted @ 2020-11-22 21:59 小胡桐 阅读(289) 评论(0) 推荐(0)