记得上下班打卡 | git大法好,push需谨慎

Commit 953c1200 authored by 胡佳晨's avatar 胡佳晨

跨域

parent c554613d
......@@ -35,6 +35,13 @@ public class CorsConfig {
corsConfiguration.addAllowedOrigin("http://devm.zhengzai.tv");
corsConfiguration.addAllowedOrigin("https://devm.zhengzai.tv");
corsConfiguration.addAllowedOrigin("http://devapplets.zhengzai.tv");
corsConfiguration.addAllowedOrigin("https://devapplets.zhengzai.tv");
corsConfiguration.addAllowedOrigin("http://testapplets.zhengzai.tv");
corsConfiguration.addAllowedOrigin("https://testapplets.zhengzai.tv");
corsConfiguration.addAllowedOrigin("http://applets.zhengzai.tv");
corsConfiguration.addAllowedOrigin("https://applets.zhengzai.tv");
corsConfiguration.setAllowCredentials(true);
corsConfiguration.addAllowedHeader("*");
corsConfiguration.addAllowedMethod("*");
......
create database if not exists ln_scene character set utf8mb4 collate utf8mb4_unicode_ci;
use ln_scene;
-- >>------------------------------------------------------------------------------------
# create database if not exists ln_scene character set utf8mb4 collate utf8mb4_unicode_ci;
# use ln_scene;
# -- >>------------------------------------------------------------------------------------
drop table if exists adam_third_party;
create table adam_third_party
(
......
create database if not exists ln_scene character set utf8mb4 collate utf8mb4_unicode_ci;
-- >>------------------------------------------------------------------------------------
use ln_scene;
# create database if not exists ln_scene character set utf8mb4 collate utf8mb4_unicode_ci;
# -- >>------------------------------------------------------------------------------------
# use ln_scene;
-- 支付订单表
drop TABLE if exists `dragon_orders`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment