GithubHelp home page GithubHelp logo

建表sql语句在哪? about web-flash HOT 2 CLOSED

enilu avatar enilu commented on July 24, 2024
建表sql语句在哪?

from web-flash.

Comments (2)

enilu avatar enilu commented on July 24, 2024

系统启动自动创建表,初始化数据在flash-api/src/main/resources/import.sql

from web-flash.

localc avatar localc commented on July 24, 2024

数据库库名修改后是否不能创建表,单独的数据库web_flash,拥有增删改查和create,drop等权限,无自动创建表,将项目中三个建表语句添加create_by等通用4字段建表后,报web_flash.t_sys_dict doesn't exist
ERROR [SqlExceptionHelper]:142 Table 'web_flash.t_sys_dict' doesn't exist

已找到问题,在application.properties中注释了如下三行代码后不能自动建表
spring.jpa.hibernate.ddl-auto=create
spring.datasource.sql-script-encoding=utf-8
server.servlet.context-path=/api

from web-flash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.