mirror of
https://github.com/jht5945/springbootswaggersample.git
synced 2025-12-27 18:10:04 +08:00
26 lines
310 B
Markdown
26 lines
310 B
Markdown
# springbootswaggersample
|
|
Springboot swagger2 sample
|
|
|
|
Build:
|
|
```
|
|
$ buildj
|
|
```
|
|
Get build: https://github.com/jh5945/buildj
|
|
|
|
|
|
Run:
|
|
```
|
|
$ java -jar build/libs/sprintbootswaggersample.jar
|
|
```
|
|
|
|
Access:<br>
|
|
http://localhost:8080/swagger-ui.html
|
|
|
|
|
|
<br><br>
|
|
|
|
Reference:
|
|
http://blog.didispace.com/springbootswagger2/
|
|
|
|
|