funky-eyes commented on issue #6735: URL: https://github.com/apache/incubator-seata/issues/6735#issuecomment-2272444673
你说的应该是支持spring的application.yml/properties,如果有这方面需求请引入seata-spring-boot-starter依赖,配合springboot进行构建项目,而properties早就已经支持读取了,只不过这个properties跟你所认为的spring的properties并不是一个配置文件。 What you're talking about should be supported by the application.yml/application.properties. If you have such requirements, please include the seata-spring-boot-starter dependency and build your project with Spring Boot. Properties files have long been supported, but this properties file is not the same as what you typically think of as Spring's properties configuration file. https://github.com/apache/incubator-seata/tree/2.x/config/seata-config-core/src/main/java/org/apache/seata/config/processor -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
