cnzakii commented on code in PR #1128:
URL: https://github.com/apache/dubbo-samples/pull/1128#discussion_r1556822699
##########
10-task/dubbo-samples-extensibility/dubbo-samples-extensibility-protocol-consumer/src/main/resources/application.yml:
##########
@@ -13,15 +13,17 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# Specify the application name of Dubbo
-dubbo.application.name=extensibility-protocol-provider
-
-# Enable token verification for each invocation
-dubbo.provider.token=true
-
-# Specify the registry address
-dubbo.registry.address=nacos://localhost:8848?username=nacos&password=nacos
-#
dubbo.registry.address=nacos://${nacos.address:localhost}:8848?username=nacos&password=nacos
-
-# Specify the port of eDubbo protocol
-dubbo.provider.protocol=edubbo
Review Comment:
My working methods are all the same:
1. Copy the `application.properties` copy
2. Use the `Convert YAML and Properties File` plugin to convert the
`application.properties` into `application.yml`
3. Move the annotations in the copy to `application.yml`
5. delete the copy.
--
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]