something wrong in generating project with Alibaba Sentinel
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。 We recommend using English. If you are non-native English speaker, you can use the translation software.
Describe the bug When I'm generating a project with the Alibaba Sentinel, I believe the Dubbo annotation "@Reference" should not appear. Additionally, there's an unnecessary class named "FooService" present in the wrong package path "com.alibaba.cloud.demo.sentinel.api". Should I create a PR to fix it?
To Reproduce Steps to reproduce the behavior:
- Go to 'https://start.aliyun.com'
- Check in 'Spring Cloud Alibaba Sentinel'
- Click "Download source code"
Expected behavior
- The Dubbo annotation "@Reference" should not appear in "{{basePackage}}.demos.sentinel"
- The class named "FooService" is not needed.
Screenshots
Additional context Add any other context about the problem here. e.g. start.aliyun.com website or open source version
pr: https://github.com/alibaba/cloud-native-app-initializer/pull/88