Skip to content

Commit e6af42a

Browse files
committed
Change the format of linkis.properties
1 parent 952ac4d commit e6af42a

File tree

1 file changed

+64
-64
lines changed

1 file changed

+64
-64
lines changed
Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
1-
#
2-
# Copyright 2021 WeBank
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
8-
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
14-
#
15-
#wds.linkis.test.mode=true
16-
wds.linkis.server.mybatis.datasource.url=jdbc:mysql://localhost:3306/streamis?characterEncoding=UTF-8
17-
wds.linkis.server.mybatis.datasource.username=user1
18-
19-
wds.linkis.server.mybatis.datasource.password=pwd1
20-
wds.linkis.gateway.ip=
21-
wds.linkis.gateway.port=
22-
wds.linkis.gateway.url=http://localhost:9001
23-
24-
wds.linkis.mysql.is.encrypt=false
25-
##restful
26-
wds.linkis.log.clear=true
27-
wds.linkis.server.version=v1
28-
#wds.linkis.test.user=user1
29-
30-
31-
32-
##restful
33-
wds.linkis.server.restful.scan.packages=com.webank.wedatasphere.streamis.datasource.server.restful.api,\
34-
com.webank.wedatasphere.streamis.project.server.restful,\
35-
com.webank.wedatasphere.streamis.jobmanager.restful.api,\
36-
com.webank.wedatasphere.streamis.datasource.execute.rest,\
37-
com.webank.wedatasphere.streamis.projectmanager.restful.api
38-
##mybatis
39-
wds.linkis.server.mybatis.mapperLocations=\
40-
classpath*:com/webank/wedatasphere/streamis/datasource/manager/dao/impl/*.xml,\
41-
classpath*:com/webank/wedatasphere/streamis/project/server/dao/impl/*.xml,\
42-
classpath*:com/webank/wedatasphere/streamis/jobmanager/launcher/dao/impl/*.xml,\
43-
classpath*:com/webank/wedatasphere/streamis/jobmanager/manager/dao/impl/*.xml,\
44-
classpath*:com/webank/wedatasphere/streamis/projectmanager/dao/impl/*.xml
45-
46-
wds.linkis.server.mybatis.typeAliasesPackage=com.webank.wedatasphere.streamis.datasource.manager.domain,\
47-
com.webank.wedatasphere.streamis.jobmanager.launcher.entity,\
48-
com.webank.wedatasphere.streamis.jobmanager.manager.entity,\
49-
com.webank.wedatasphere.streamis.jobmanager.manager.entity.vo,\
50-
com.webank.wedatasphere.streamis.jobmanager.launcher.entity.vo,\
51-
com.webank.wedatasphere.streamis.projectmanager.entity
52-
53-
54-
wds.linkis.server.mybatis.BasePackage=com.webank.wedatasphere.streamis.datasource.manager.dao,\
55-
org.apache.linkis.bml.dao,\
56-
com.webank.wedatasphere.streamis.project.server.dao,\
57-
com.webank.wedatasphere.streamis.jobmanager.launcher.dao,\
58-
com.webank.wedatasphere.streamis.jobmanager.manager.dao,\
59-
com.webank.wedatasphere.streamis.projectmanager.dao
60-
61-
# Make sure that can fetch the application info finally
62-
wds.streamis.application.info.fetch.max=20
63-
64-
# To use the complete features of streamis in linkis 1.1.2
1+
#
2+
# Copyright 2021 WeBank
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
#
15+
#wds.linkis.test.mode=true
16+
wds.linkis.server.mybatis.datasource.url=jdbc:mysql://localhost:3306/streamis?characterEncoding=UTF-8
17+
wds.linkis.server.mybatis.datasource.username=user1
18+
19+
wds.linkis.server.mybatis.datasource.password=pwd1
20+
wds.linkis.gateway.ip=
21+
wds.linkis.gateway.port=
22+
wds.linkis.gateway.url=http://localhost:9001
23+
24+
wds.linkis.mysql.is.encrypt=false
25+
##restful
26+
wds.linkis.log.clear=true
27+
wds.linkis.server.version=v1
28+
#wds.linkis.test.user=user1
29+
30+
31+
32+
##restful
33+
wds.linkis.server.restful.scan.packages=com.webank.wedatasphere.streamis.datasource.server.restful.api,\
34+
com.webank.wedatasphere.streamis.project.server.restful,\
35+
com.webank.wedatasphere.streamis.jobmanager.restful.api,\
36+
com.webank.wedatasphere.streamis.datasource.execute.rest,\
37+
com.webank.wedatasphere.streamis.projectmanager.restful.api
38+
##mybatis
39+
wds.linkis.server.mybatis.mapperLocations=\
40+
classpath*:com/webank/wedatasphere/streamis/datasource/manager/dao/impl/*.xml,\
41+
classpath*:com/webank/wedatasphere/streamis/project/server/dao/impl/*.xml,\
42+
classpath*:com/webank/wedatasphere/streamis/jobmanager/launcher/dao/impl/*.xml,\
43+
classpath*:com/webank/wedatasphere/streamis/jobmanager/manager/dao/impl/*.xml,\
44+
classpath*:com/webank/wedatasphere/streamis/projectmanager/dao/impl/*.xml
45+
46+
wds.linkis.server.mybatis.typeAliasesPackage=com.webank.wedatasphere.streamis.datasource.manager.domain,\
47+
com.webank.wedatasphere.streamis.jobmanager.launcher.entity,\
48+
com.webank.wedatasphere.streamis.jobmanager.manager.entity,\
49+
com.webank.wedatasphere.streamis.jobmanager.manager.entity.vo,\
50+
com.webank.wedatasphere.streamis.jobmanager.launcher.entity.vo,\
51+
com.webank.wedatasphere.streamis.projectmanager.entity
52+
53+
54+
wds.linkis.server.mybatis.BasePackage=com.webank.wedatasphere.streamis.datasource.manager.dao,\
55+
org.apache.linkis.bml.dao,\
56+
com.webank.wedatasphere.streamis.project.server.dao,\
57+
com.webank.wedatasphere.streamis.jobmanager.launcher.dao,\
58+
com.webank.wedatasphere.streamis.jobmanager.manager.dao,\
59+
com.webank.wedatasphere.streamis.projectmanager.dao
60+
61+
# Make sure that can fetch the application info finally
62+
wds.streamis.application.info.fetch.max=20
63+
64+
# To use the complete features of streamis in linkis 1.1.2
6565
#wds.streamis.launch.flink.linkis.release.version=1.1.2

0 commit comments

Comments
 (0)