We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在window环境下安装部署service 和 admin , 发现启动命令 startup.bat local 不会自动注册到admin,看了启动命令发现没有应用bat启动参数
我自己补了一行后可以了 if "%1" == "local" set canal_conf=%conf_dir%\canal_local.properties
If there is an exception, please attach the exception trace:
Just put your stack trace here!
The text was updated successfully, but these errors were encountered:
fixed issue #3484 , fixed bat script
2c892fc
No branches or pull requests
environment
Issue Description
我在window环境下安装部署service 和 admin , 发现启动命令 startup.bat local 不会自动注册到admin,看了启动命令发现没有应用bat启动参数
我自己补了一行后可以了
if "%1" == "local" set canal_conf=%conf_dir%\canal_local.properties
Steps to reproduce
Expected behaviour
Actual behaviour
If there is an exception, please attach the exception trace:
The text was updated successfully, but these errors were encountered: