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
# config_aotu_ui.yaml --- db: ip: localhost port: 3306 table: aotu_ui uname: root passwd: 123456
应该修改为:
# config_aotu_ui.yaml --- db: ip: localhost port: 3306 table: auto_ui uname: root passwd: 123456
The text was updated successfully, but these errors were encountered:
谢谢提醒,这个是yaml的语法规则,我粘贴的时候不知道为啥变成那样了 ps:把你的连接数据库的密码给删掉,别被有心人给利用了
Sorry, something went wrong.
如果能写个test 的demo 就好了,现在不知道怎么使用。整个项目【好像】是调通了!!!!
No branches or pull requests
应该修改为:
The text was updated successfully, but these errors were encountered: