kylixs commented on pull request #343: URL: https://github.com/apache/dubbo-samples/pull/343#issuecomment-876965544
Use spring-boot is fine, but need change `case-versions.conf` to: //spring-boot 1.x ``` dubbo.version=2.7*, 3.* spring-boot.version=1.* ``` //spring-boot 2.x ``` dubbo.version=2.7*, 3.* spring-boot.version=2.* ``` //both spring-boot 1.x/ 2.x ``` dubbo.version=2.7*, 3.* spring-boot.version=1.*, 2.* ``` -- 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]
