An open API service indexing awesome lists of open source software.

https://github.com/grt1228/webstack-jdr-nav

井大人导航,井冈山大学导航站
https://github.com/grt1228/webstack-jdr-nav

Last synced: 7 months ago
JSON representation

井大人导航,井冈山大学导航站

Awesome Lists containing this project

README

          

# WebStack-JDR-Nav

一个开源的网址导航网站项目,具备完整的前后台,您可以拿来制作自己的网址导航。

![首页](https://g-photo.oss-cn-shanghai.aliyuncs.com/20200522172001.png)

## 说明
后台代码基于:[**WebStack-Guns**](https://github.com/jsnjfz/WebStack-Guns)

修改点:

- [x] 图片存储修改为阿里云OSS,在application.yml中配置即可
- [x] 修改支持Docker部署
- [x] 修改支持打开网站图片类型,例如:点击打开某一个网站,弹窗展示对应图片,Http://*******.jpg

![]("https://g-photo.oss-cn-shanghai.aliyuncs.com/20200522172314.png")

## 运行

#### 克隆代码:

```shell
git clone https://github.com/Grt1228/WebStack-JDR-Nav.git
```

#### 导入IDE,建议用IDEA打开项目目录,待maven下载完jar包

#### 编辑配置:

```
application.yml
```
```
阿里云OSS
aliyun:
oss:
assess-key:
secret-key:
bucket-name:
end-point:
```

```
...
数据库连接,用户名密码:
url
username
password
...
```

#### 新建数据库(utf8mb4),导入数据:

```shell
sql\nav.sql
```

## maven打包或者IDE启动服务:

```shell
$ java -jar WebStack-JDR-Nav-1.0.jar
```

启动完成:http://127.0.0.1:8000

## Docker部署

## 使用

后台地址:http://127.0.0.1/admin

默认用户:admin

默认密码:111111

线上预览: https://jrd.jgsu.wiki

![首页](https://g-photo.oss-cn-shanghai.aliyuncs.com/20200522172001.png)

![图片展示](https://g-photo.oss-cn-shanghai.aliyuncs.com/20200522172314.png)

## 感谢

前端设计:[**WebStackPage**](https://github.com/WebStackPage/WebStackPage.github.io)

后台框架:[**Guns**](https://github.com/stylefeng/Guns)

后台代码基于:[**WebStack-Guns**](https://github.com/jsnjfz/WebStack-Guns)

## License

MIT