简体   繁体   English

如何在 Jhipster 中上传图片?

[英]how can I upload an image in Jhipster?

I faced a problem when i tried to upload an image in Jhipster6 using spring and angular.当我尝试使用 spring 和 angular 在Jhipster6 中上传图像时遇到了问题。 My problem is that i can't find Jhipster upload's files and server that it uses.我的问题是我找不到 Jhipster 上传的文件和它使用的服务器。

JHipster stores files into the database when you add blob fields to entities, https://www.jhipster.tech/jdl/entities-fields#blob-declaration当您向实体添加 blob 字段时,JHipster 将文件存储到数据库中, https: //www.jhipster.tech/jdl/entities-fields#blob-declaration

If this does not fit your requirements, you can code it manually, JHipster apps are only Spring Boot apps.如果这不符合您的要求,您可以手动编码,JHipster 应用程序只是 Spring Boot 应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM