记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
953c1200
Commit
953c1200
authored
Jul 30, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跨域
parent
c554613d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
6 deletions
+13
-6
CorsConfig.java
...main/java/com/liquidnet/common/web/config/CorsConfig.java
+7
-0
db_ln_adam_initialdata.sql
...quidnet-service-adam-impl/docu/db_ln_adam_initialdata.sql
+3
-3
db_dragon_structure.sql
...iquidnet-service-dragon-impl/docu/db_dragon_structure.sql
+3
-3
No files found.
liquidnet-bus-common/liquidnet-common-web/src/main/java/com/liquidnet/common/web/config/CorsConfig.java
View file @
953c1200
...
@@ -35,6 +35,13 @@ public class CorsConfig {
...
@@ -35,6 +35,13 @@ public class CorsConfig {
corsConfiguration
.
addAllowedOrigin
(
"http://devm.zhengzai.tv"
);
corsConfiguration
.
addAllowedOrigin
(
"http://devm.zhengzai.tv"
);
corsConfiguration
.
addAllowedOrigin
(
"https://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
.
setAllowCredentials
(
true
);
corsConfiguration
.
addAllowedHeader
(
"*"
);
corsConfiguration
.
addAllowedHeader
(
"*"
);
corsConfiguration
.
addAllowedMethod
(
"*"
);
corsConfiguration
.
addAllowedMethod
(
"*"
);
...
...
liquidnet-bus-service/liquidnet-service-adam/liquidnet-service-adam-impl/docu/db_ln_adam_initialdata.sql
View file @
953c1200
create
database
if
not
exists
ln_scene
character
set
utf8mb4
collate
utf8mb4_unicode_ci
;
#
create
database
if
not
exists
ln_scene
character
set
utf8mb4
collate
utf8mb4_unicode_ci
;
use
ln_scene
;
#
use
ln_scene
;
-- >>------------------------------------------------------------------------------------
#
-- >>------------------------------------------------------------------------------------
drop
table
if
exists
adam_third_party
;
drop
table
if
exists
adam_third_party
;
create
table
adam_third_party
create
table
adam_third_party
(
(
...
...
liquidnet-bus-service/liquidnet-service-dragon/liquidnet-service-dragon-impl/docu/db_dragon_structure.sql
View file @
953c1200
create
database
if
not
exists
ln_scene
character
set
utf8mb4
collate
utf8mb4_unicode_ci
;
#
create
database
if
not
exists
ln_scene
character
set
utf8mb4
collate
utf8mb4_unicode_ci
;
-- >>------------------------------------------------------------------------------------
#
-- >>------------------------------------------------------------------------------------
use
ln_scene
;
#
use
ln_scene
;
-- 支付订单表
-- 支付订单表
drop
TABLE
if
exists
`dragon_orders`
;
drop
TABLE
if
exists
`dragon_orders`
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment