Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsnjfz/WebStack-Guns
一个开源的网址导航网站项目,后台基于Guns和Springboot
https://github.com/jsnjfz/WebStack-Guns
Last synced: about 2 months ago
JSON representation
一个开源的网址导航网站项目,后台基于Guns和Springboot
- Host: GitHub
- URL: https://github.com/jsnjfz/WebStack-Guns
- Owner: jsnjfz
- License: mit
- Created: 2019-07-27T02:12:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T10:01:07.000Z (5 months ago)
- Last Synced: 2024-07-31T09:11:36.865Z (4 months ago)
- Language: Java
- Homepage:
- Size: 3.91 MB
- Stars: 335
- Watchers: 8
- Forks: 152
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - jsnjfz/WebStack-Guns - 一个开源的网址导航网站项目,后台基于Guns和Springboot (Java)
- awesome-hacking-lists - jsnjfz/WebStack-Guns - 一个开源的网址导航网站项目,后台基于Guns和Springboot (Java)
README
# WebStack-Guns
一个开源的网址导航网站项目,具备完整的前后台,您可以拿来制作自己的网址导航。
![首页](screen/1.png)
## 运行
克隆代码:
```shell
git clone https://github.com/jsnjfz/WebStack-Guns.git
```导入IDE,建议用IDEA打开项目目录,待maven下载完jar包
编辑配置:
```
application.yml
```
```
上传文件路径,注意windows环境和linux环境:
file-upload-path
如需显示初始网站图标请把Webstack-Guns/src/main/webapp/static/tmp下的图片复制到上传文件路径
``````
...
数据库连接,用户名密码:
url
username
password
...
```新建数据库guns(utf8mb4),导入数据:
```shell
guns.sql
```maven打包或者IDE启动服务:
```shell
$ java -jar Webstack-Guns-1.0.jar
```启动完成:http://127.0.0.1:8000
## 使用
后台地址:http://domain/admin
默认用户:admin
默认密码:111111
在线demo: http://1.92.64.102:8000/
![主页](screen/2.png)
![分类](screen/3.png)
![网站](screen/4.png)
## 感谢
前端设计:[**WebStackPage**](https://github.com/WebStackPage/WebStackPage.github.io)
后台框架:[**Guns**](https://github.com/stylefeng/Guns)
**SpringBoot**
## License
MIT