You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
406 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

1、修改数据库配置
数据库文件为sqllite》goview.db
application-dev.yml
修改为自己对于的存放地址
url: jdbc:sqlite:D:\\eclipse-workspace\v2-goview-bate\sqllite\goview.db
2、修改配置文件图片存放地址3个值必须对oss与fileurl 路径一样写法不一样别搞错了 有file:
v2>oss值
v2>fileurl值
v2>httpurl值
httpurl为图片上传的访问地址