lixuefei126 opened a new issue, #349: URL: https://github.com/apache/camel-karavan/issues/349
I want to add a Bean of AtomikosDataSourceBean. ```yaml - beans: - name: mysqlcloud type: org.springframework.boot.jta.atomikos.AtomikosDataSourceBean properties: xaDataSourceClassName: com.mysql.cj.jdbc.MysqlXADataSource xaProperties: url: jdbc:mysql://localhost:3006/demo pinGlobalTxToPhysicalConnection: true user: username password: 'password' ``` But the xaProperties have subproperties. I tried to write it in a property, but it seems to resolve to a string. Is there a way to deal with this problem? -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org