You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/11/14 09:41:30 UTC

[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #3399: Compatibility of reading saga.properties from a jar package in the sagaconfigurationloader.loadconfigurationproperties method of Saga

KomachiSion commented on issue #3399:  Compatibility of reading saga.properties from a jar package in the sagaconfigurationloader.loadconfigurationproperties method of Saga
URL: https://github.com/apache/incubator-shardingsphere/issues/3399#issuecomment-553807465
 
 
   @mygitdds , I remember that you have premised this problem #3388 .
   
   The problem is you do not put the saga.properties into your root class path.
   For springboot jar model, you can package a `conf` dir, and put all of the properties into there.
   
   Then you put the `conf` dir into your root class path like `-classpath .:${yourClassPath}:${parentPath}/conf/* `

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services