|
| 1 | +# |
| 2 | +# Copyright 2019 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 | +# |
| 16 | + |
| 17 | +# Spring configurations |
| 18 | +spring.server.port=9205 |
| 19 | + |
| 20 | +spring.spring.application.name=dss-flow-entrance |
| 21 | + |
| 22 | +##mybatis |
| 23 | +wds.linkis.server.mybatis.mapperLocations=classpath*:com/webank/wedatasphere/dss/flow/execution/entrance/dao/impl/*.xml,classpath*:com/webank/wedatasphere/linkis/jobhistory/dao/impl/*.xml |
| 24 | + |
| 25 | +wds.linkis.server.mybatis.typeAliasesPackage= |
| 26 | + |
| 27 | +wds.linkis.server.mybatis.BasePackage=com.webank.wedatasphere.dss.flow.execution.entrance.dao,com.webank.wedatasphere.linkis.jobhistory.dao |
| 28 | + |
| 29 | + |
| 30 | +wds.linkis.server.restful.scan.packages=com.webank.wedatasphere.linkis.entrance.restful,com.webank.wedatasphere.dss.flow.execution.entrance.restful |
| 31 | + |
| 32 | +#wds.linkis.server.component.exclude.classes=com.webank.wedatasphere.linkis.DataWorkCloudApplication |
| 33 | + |
| 34 | +wds.linkis.engine.application.name=flowExecutionEngine |
| 35 | +wds.linkis.enginemanager.application.name=flowExecution |
| 36 | + |
| 37 | +wds.linkis.query.application.name=linkis-ps-publicservice |
| 38 | + |
| 39 | +wds.linkis.console.config.application.name=linkis-ps-publicservice |
| 40 | +wds.linkis.engine.creation.wait.time.max=20m |
| 41 | +wds.linkis.server.version=v1 |
| 42 | + |
| 43 | +wds.linkis.server.socket.mode=true |
| 44 | + |
| 45 | +wds.linkis.client.flow.adminuser=ws |
| 46 | +wds.linkis.client.flow.author.user.token=172.0.0.1 |
| 47 | + |
| 48 | +wds.linkis.server.component.exclude.classes=com.webank.wedatasphere.linkis.entranceclient.conf.ClientForEntranceSpringConfiguration,com.webank.wedatasphere.linkis.entranceclient.conf.ClientSpringConfiguration |
| 49 | + |
| 50 | +wds.linkis.server.component.exclude.packages=com.webank.wedatasphere.linkis.entrance.restful. |
| 51 | +spring.spring.main.allow-bean-definition-overriding=true |
| 52 | + |
| 53 | +wds.linkis.entrance.config.log.path=file:///appcom/tmp/dss/ |
| 54 | + |
0 commit comments