幽~灵!

导航

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 幽~灵! 阅读(697) 评论(0) 推荐(0) 编辑