Skip to content

Commit

Permalink
upgrade spring boot 3 (#8)
Browse files Browse the repository at this point in the history
* upgrade spring boot 3

* organizando imports

* usando toList()

* removendo public dos testes

* consertando imports

* spring security

* minor

* atualizando Postman

* atualizando datas

* removendo referencias java.util.Date

* update spring boot 3.3.1
  • Loading branch information
alesaudate authored Aug 15, 2024
1 parent 9c15200 commit e63f1ca
Show file tree
Hide file tree
Showing 101 changed files with 777 additions and 649 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 21
- name: Build with Maven
run: mvn -B verify --file cap01/pom.xml ; mvn -B verify --file cap02/pom.xml; mvn -B verify --file cap03/pom.xml; mvn -B verify --file cap04/pom.xml; mvn -B verify --file cap05/pom.xml; mvn -B verify --file cap06/pom.xml; mvn -B verify --file cap07/pom.xml; mvn -B verify --file cap08/pom.xml; mvn -B verify --file cap09/pom.xml
Loading

0 comments on commit e63f1ca

Please sign in to comment.