Skip to content

Commit

Permalink
remove springfox which is not compatible with Spring Boot 3
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMassaro committed Dec 4, 2022
1 parent 2ab1f14 commit caff338
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
6 changes: 0 additions & 6 deletions README.md
Expand Up @@ -23,12 +23,6 @@ I built this after not being able to find another music program that satisfied a
- metadata changes are cached, and written to disk at a later time (when requested) - to avoid unnecessary hard drive spin ups as metadata is modified
- local folder monitoring, where newly added files are automatically uploaded

## OpenAPI specifications

[http://localhost:8080/Music/v2/api-docs](http://localhost:8080/Music/v2/api-docs)

[http://localhost:8080/Music/swagger-ui/index.html](http://localhost:8080/Music/swagger-ui/index.html)

## Reverse proxy via nginx
```
location /Music {
Expand Down
5 changes: 0 additions & 5 deletions music-api/pom.xml
Expand Up @@ -110,11 +110,6 @@
<artifactId>lombok</artifactId>
<version>1.18.24</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
<version>3.0.0</version>
</dependency>
</dependencies>

<build>
Expand Down
25 changes: 0 additions & 25 deletions music-api/src/main/java/music/SpringFoxConfig.java

This file was deleted.

0 comments on commit caff338

Please sign in to comment.