Skip to content
New issue

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

README.md中数据库yaml配置例子错误 #1

Open
chenjiacun35 opened this issue Dec 24, 2018 · 2 comments
Open

README.md中数据库yaml配置例子错误 #1

chenjiacun35 opened this issue Dec 24, 2018 · 2 comments
Labels
good first issue Good for newcomers

Comments

@chenjiacun35
Copy link

chenjiacun35 commented Dec 24, 2018

# 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
@testerSunshine
Copy link
Owner

谢谢提醒,这个是yaml的语法规则,我粘贴的时候不知道为啥变成那样了
ps:把你的连接数据库的密码给删掉,别被有心人给利用了

@testerSunshine testerSunshine added the good first issue Good for newcomers label Dec 24, 2018
@gitbbsun
Copy link

如果能写个test 的demo 就好了,现在不知道怎么使用。整个项目【好像】是调通了!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants