摘要:
@Configuration public class CorsConfig implements WebMvcConfigurer { @Override public void addCorsMappings(CorsRegistry registry) { // 设置允许跨域的路由 regis 阅读全文
摘要:
/* * Copyright 2013-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi 阅读全文
摘要:
MySQL不能插入中文 要注意MySQL的数据库字符集必须是utf8,同时也需要检查你的字段是否也是utf8 Ubuntu开启MySQL远程连接 use mysql; select user,host from user; update set host = '%' where user = 'ro 阅读全文