幽~灵!

导航

< 2025年4月 >
30 31 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 1 2 3
4 5 6 7 8 9 10

统计

2019年11月6日 #

解决跨域问题

摘要: springmvc自带解决跨域问题的方法,需要在springboot中配置就可以解决跨域问题 import org.springframework.context.annotation.Configuration;import org.springframework.web.cors.CorsCon 阅读全文

posted @ 2019-11-06 21:55 幽~灵! 阅读(230) 评论(0) 推荐(0)

2019年10月18日 #

mybatis插入多行数据

摘要: <insert id="insertAuthor" useGeneratedKeys="true" keyProperty="id"> insert into Author (username, password, email, bio) values <foreach item="item" co 阅读全文

posted @ 2019-10-18 16:39 幽~灵! 阅读(703) 评论(0) 推荐(0)

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