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

请问数据库是怎么搭建的,有sql脚本吗 #3

Open
SalTeddy opened this issue Nov 29, 2017 · 5 comments
Open

请问数据库是怎么搭建的,有sql脚本吗 #3

SalTeddy opened this issue Nov 29, 2017 · 5 comments

Comments

@SalTeddy
Copy link

No description provided.

@goldbutterfly
Copy link

数据库文件??

@goldbutterfly
Copy link

就三个表 我用hibernate.hbm2ddl.auto = create 来搞的,在user表中加入 admin/admin

@zjqiuluo
Copy link

zjqiuluo commented Sep 6, 2019

applicationContext.xml文件中增加hibernate配置属性
<prop key="hibernate.hbm2ddl.auto">create</prop>
create在对应的数据库下会自动创建表结构,记得创建完修改成none

@wysheng
Copy link

wysheng commented Mar 17, 2020

applicationContext.xml文件中增加hibernate配置属性
create
create在对应的数据库下会自动创建表结构,记得创建完修改成none

请问这个项目你决策树和关联分析功能你能跑起来吗

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

No branches or pull requests

5 participants
@wysheng @goldbutterfly @SalTeddy @zjqiuluo and others