当前位置: 首页 > 知识库问答 >
问题:

Jhipster表创建

宋飞掣
2023-03-14

我删除了jhi_user表,现在当我运行mvn命令时,我得到了这个错误“com.microsoft.sqlserver.jdbc.sqlserverexception:Invalid object name'jhi_user'”我以为它会被重新生成,但事实并非如此。你知道吗?谢谢。

共有1个答案

高山
2023-03-14

如果删除“DatabaseChangelog”和“DatabaseChangeloglock”表并重新运行应用程序,Liquibase将重新创建所有表。但你会丢失你的数据。

 类似资料:
  • JHipster 是一个 Yeoman 的生成器, 用来创建基于 Maven + Spring + AngularJS 的项目,提供完全热加载的 Java 和 JavaScript 代码。 我们的目的是生成一个完整和现代的 Web app。 服务器端技术堆栈: Spring Boot for easy application configuration Maven or Gradle config

  • Greetings, Java Hipster! Full documentation and information is available on our website at https://www.jhipster.tech/ Please read our guidelines before submitting an issue. If your issue is a bug, ple

  • Greetings, Java Hipster! This is the JHipster Angular 2+ utilities library This library is used by the code generated by the generator-jhipster: https://github.com/jhipster/generator-jhipster/. When r

  • 我按照jhipster的安装说明,能够运行命令 然后,我在Ubuntu上按照CLI中的提示为数据库选择MicroSoftSQL。当我启动localhost:8080并尝试使用“admin”“admin”登录时,什么都没有发生。我查看了日志,发现liquidbase有一个错误,说microsoft sql拒绝连接。 我的问题: 在运行“jhipster”命令之前,我是否需要安装并运行并启动MS SQ

  • 我在控制台中看到正确的changelog弹出,但在我的changelogs文件夹下没有创建changelog。我做错了什么?

  • 问题内容: 使用Jhipster和Postgresql,我创建了一个实体“ Customer”。当我使用Angular UI将数据添加到该实体或将其添加到API时,可以使用UI上的搜索表单来搜索此数据。 但是,当我直接在数据库中插入数据时,即使在应用程序重新启动后也无法搜索数据。搜索仍然(仅)对通过UI添加的数据有效。 我是Elasticsearch的新手,不知道在后端插入数据并将其提供给Elas

  • generator-jhipster-primeng Click ⭐ if you like the project. Pull Requests are highly appreciated. Follow me @SudheerJonna for technical updates. JHipster module, Generate PrimeNG application with 90+

  • jhipsterSampleApplication This application was generated using JHipster 7.3.0, you can find documentation and help at https://www.jhipster.tech/documentation-archive/v7.3.0. Development Before you can