随笔 - 32,  文章 - 0,  评论 - 6,  阅读 - 76044

随笔分类 -  工具

跨域
摘要:/** * 跨域配置 */@Beanpublic CorsFilter corsFilter(){ CorsConfiguration config = new CorsConfiguration(); config.setAllowCredentials(true); // 设置访问源地址 con 阅读全文
posted @ 2021-10-25 21:45 小胡桐 阅读(51) 评论(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 小胡桐 阅读(281) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示