Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
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
openSource
apollo
Commits
efcfe940
Commit
efcfe940
authored
Jan 16, 2017
by
张乐
Committed by
GitHub
Jan 16, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #517 from nobodyiam/fix-json
fix fast json
parents
aa37fcd5
b4006f83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
pom.xml
pom.xml
+6
-0
apolloconfigdb.sql
scripts/sql/apolloconfigdb.sql
+1
-1
No files found.
pom.xml
View file @
efcfe940
...
@@ -180,6 +180,12 @@
...
@@ -180,6 +180,12 @@
</exclusion>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<!-- used by ctrip dal -->
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<version>
1.2.7
</version>
</dependency>
<dependency>
<dependency>
<groupId>
com.ctrip.framework.clogging
</groupId>
<groupId>
com.ctrip.framework.clogging
</groupId>
<artifactId>
clogging-agent
</artifactId>
<artifactId>
clogging-agent
</artifactId>
...
...
scripts/sql/apolloconfigdb.sql
View file @
efcfe940
...
@@ -363,7 +363,7 @@ CREATE TABLE `ServerConfig` (
...
@@ -363,7 +363,7 @@ CREATE TABLE `ServerConfig` (
#
------------------------------------------------------------
#
------------------------------------------------------------
INSERT
INTO
`ServerConfig`
(
`Key`
,
`Cluster`
,
`Value`
,
`Comment`
)
INSERT
INTO
`ServerConfig`
(
`Key`
,
`Cluster`
,
`Value`
,
`Comment`
)
VALUES
VALUES
(
'eureka.service.url'
,
'default'
,
'http://localhost:8080/eureka/'
,
'Eureka服务Url'
),
(
'eureka.service.url'
,
'default'
,
'http://localhost:8080/eureka/'
,
'Eureka服务Url
,多个service以英文逗号分隔
'
),
(
'namespace.lock.switch'
,
'default'
,
'false'
,
'一次发布只能有一个人修改开关'
),
(
'namespace.lock.switch'
,
'default'
,
'false'
,
'一次发布只能有一个人修改开关'
),
(
'item.value.length.limit'
,
'default'
,
'20000'
,
'item value最大长度限制'
),
(
'item.value.length.limit'
,
'default'
,
'20000'
,
'item value最大长度限制'
),
(
'appnamespace.private.enable'
,
'default'
,
'false'
,
'是否开启private namespace'
),
(
'appnamespace.private.enable'
,
'default'
,
'false'
,
'是否开启private namespace'
),
...
...
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