Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
underpostnet committed Nov 25, 2022
1 parent 01f31ed commit 5f35455
Show file tree
Hide file tree
Showing 3 changed files with 853 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@

- **spring-boot-starter-thymeleaf** : A Java template engine for processing and creating HTML, XML, JavaScript, CSS and text.

- **JUnit4** : A test framework which uses annotations to identify methods that specify a test.
- **Junit4** : A test framework which uses annotations to identify methods that specify a test.


- **Swagger** : Set of rules, specifications and tools for developing and describing RESTful APIs. The Swagger framework allows developers to create interactive, machine and human-readable API documentation.


#### Install
Expand Down Expand Up @@ -51,6 +54,18 @@
- get a shell terminal inside your container `docker exec -ti live-underpost-sb /bin/sh`


#### Docs


Swagger auto generate JSON with API REST Documentation:


- Endpoints: **GET** `/v3/api-docs`


- UI Config: **GET** `/swagger-resources/configuration/ui`


#### operative system image info


Expand Down
Loading

0 comments on commit 5f35455

Please sign in to comment.