Skip to content

tulerfeng/springboot-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springboot-website

前言

最近在肝软件工程大作业,构建一个英语学习软件;我们组负责WEB架构

这里想以Spring Boot+Vue实现一套前后端分离的项目


当前进度:(2020.12.2)

  • 实现了springboot demo,/index页面能够获取ip
  • 当前容器能够复现demo
  • 实现了nginx反代,内外网隔离

使用方式:

docker-compose up -d

直接访问80端口即可


下一步计划:

  • 后端实现数据库的配合

附录

  • 文件结构:

    .
    ├── docker-compose.yml
    ├── Dockerfile
    ├── nginx
    │   ├── conf
    │   │   └── default.conf
    │   └── www
    ├── pom.xml
    ├── README.md
    ├── redis
    │   ├── conf
    │   └── data
    ├── src
    │   ├── main
    │   │   ├── java
    │   │   │   ├── cn
    │   │   │   │   └── xiabee
    │   │   │   │       └── demo
    │   │   │   │           └── DemoApplication.java
    │   │   │   └── META-INF
    │   │   │       └── MANIFEST.MF
    │   │   └── resources
    │   │       ├── application.properties
    │   │       ├── static
    │   │       └── templates
    │   │           └── index.html
    │   └── test
    │       └── java
    │           └── cn
    │               └── xiabee
    │                   └── demo
    │                       └── DemoApplicationTests.java
    └── test.jar
    
    21 directories, 11 files
    

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors