开发者

Spring Roo : database introspect --schema vm1 / Schema vm1 does not exist

开发者 https://www.devze.com 2023-02-28 01:00 出处:网络
I\'m new to Spring Roo. I would like to do reverse engineering on mssql database. (jtds is already installed)

I'm new to Spring Roo. I would like to do reverse engineering on mssql database. (jtds is already installed)

But when I running the :

database introspect --schema vm1

I got this :

Schema 'vm1' does not exist or does not have any tables. Note that the schema names of some databases are case-sensitive

picture can tell more than thousand words, take a look at it

http://img199.images开发者_开发技巧hack.us/img199/4893/image000f.png

What did I wrong ? Thanks ahead.

[Used env: SpringSource Tool Suite Version: 2.6.0.RELEASE]


Use "--schema dbo", the db name is already in your connection URL.

0

精彩评论

暂无评论...
验证码 换一张
取 消