• Stars
    star
    135
  • Rank 269,297 (Top 6 %)
  • Language
    CSS
  • Created over 5 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

基于SpringBoot的高清壁纸图片站。

HellohaoWallpaper

基于SpringBoot搭建的的高清壁纸图片站,对接的360壁纸api。

如果不会可以用我打包好的jar包直接部署就可以。点击下载

5f1c4fcc380e5_5f1c4fcc472b5.png

5f1c4fa820531_5f1c4fa8301a4.png

5f1c4f6664ad2_5f1c4f66c7192.png

打包:

用maven命令打成jar包就可以。

mvn clean
mvn package

部署: 然后把jar包放到你服务器的某个目录下,进入此目录然后执行即可部署完成

java -jar hellowallpaper.jar

然后访问:你的域名:8089即可访问,这样,你的网站就部署成功了。 如果你想修改端口进入项目目录/src/main/resources在application.properties修改即可