修改standardlesson项目中WebContext下的dorado-home中的configure.properties文件。在其中添加数据库的配置信息:
core.runMode=debug model.root=classpath*:models view.root=classpath: #数据库配置信息 jdbc.driver=com.mysql.jdbc.Driver jdbc.url=//localhost:3306/standardlesson jdbc.userName=root jdbc.password=bstek jdbc.minIdle=10 jdbc.maxActive=50 hibernate.dialect=org.hibernate.dialect.MySQL5Dialect hibernate.showSql=true hibernate.formatSql=true