wiselyman / uaa-zuul

使用OAUTH2+Zuul实现认证和授权
770 stars 420 forks source link

能否给下建表SQL #7

Open hwy110 opened 6 years ago

hwy110 commented 6 years ago

能否给下建表SQL

KumaNeko33 commented 6 years ago

同求

nieli commented 6 years ago

配置好datasource 表是自动创建的

wiselyman commented 6 years ago

@hwy110 @KumaNeko33 @nieli

  jpa:
    open-in-view: true
    database: POSTGRESQL
    show-sql: true
    hibernate:
      ddl-auto: update

表结构是hibernate自动按照实体类建的。

wuyongdec commented 6 years ago

_data.sql里面的sql怎么导入不进postgre