Skip to content

Commit

Permalink
add mybatis config
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshupei committed Aug 22, 2023
1 parent bdc3e0e commit 5fa73f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion linkis-dist/package/conf/linkis-cg-entrance.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ spring.eureka.instance.metadata-map.linkis.conf.version=v1
## clean dirty data when the entrance start
linkis.entrance.auto.clean.dirty.data.enable=true


wds.linkis.server.mybatis.mapperLocations=classpath*:mapper/common/*.xml,classpath*:mapper/mysql/*.xml
wds.linkis.server.mybatis.BasePackage=org.apache.linkis.publicservice.common.lock.dao
wds.linkis.server.mybatis.typeAliasesPackage=org.apache.linkis.publicservice.common.lock.entity
1 change: 1 addition & 0 deletions linkis-dist/package/conf/linkis-mg-gateway.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ wds.linkis.gateway.conf.enable.proxy.user=false
wds.linkis.gateway.conf.url.pass.auth=/dss/
wds.linkis.gateway.conf.enable.token.auth=true
wds.linkis.is.gateway=true
wds.linkis.server.mybatis.mapperLocations=classpath*:mapper/common/*.xml,classpath*:mapper/mysql/*.xml
wds.linkis.server.mybatis.typeAliasesPackage=org.apache.linkis.instance.label.entity,org.apache.linkis.jobhistory.entity
wds.linkis.server.mybatis.BasePackage=org.apache.linkis.instance.label.dao,org.apache.linkis.gateway.authentication.dao,org.apache.linkis.jobhistory.dao
wds.linkis.label.entity.packages=org.apache.linkis.gateway.ujes.route.label
Expand Down

0 comments on commit 5fa73f2

Please sign in to comment.