Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/spring-boot.version-3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha authored Jan 6, 2024
2 parents 6fb4103 + cba1e6a commit e9ed6a6
Show file tree
Hide file tree
Showing 122 changed files with 131 additions and 131 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ or
mvn clean install
```

## References
## Resources

### Online

Expand Down
2 changes: 1 addition & 1 deletion jeorg-spring-kotlin/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SPRING 5 study project in Kotlin 4

1. [jeorg-spring-kotlin-mastery](./jeorg-spring-kotlin-mastery) - Mastery modules

## References
## Resources

### Books

Expand Down
2 changes: 1 addition & 1 deletion jeorg-spring-kotlin/jeorg-spring-kotlin-mastery/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This project is intended as a study tool for Spring version 5 in Kotlin

1. [jeorg-spring-kotlin-mastery-1](./jeorg-spring-kotlin-mastery-1)

## References
## Resources

### Books

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Topics covered:

## How to run

## References
## Resources

### Books

Expand Down
2 changes: 1 addition & 1 deletion jeorg-spring/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ On the other hand, if running through an IDE, the root path must be specified. I

![alt img](./docs/workingdirectory.png)

## References
## Resources

### Books

Expand Down
2 changes: 1 addition & 1 deletion jeorg-spring/jeorg-spring-action/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The goal of this module set is to disambiguate potential nuances and complicated

8. Testing - [jeorg-spring-action-testing](./jeorg-spring-action-testing)

## References
## Resources

### Books

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mvn clean install spring-boot:run
mvn clean install spring-boot:run -Dspring-boot.run.profiles=test
```

## References
## Resources

### Books

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ There are a least 4 scope types for @Aspect:
3. `pertarget`
4. `pertypewithin`

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Topics:
9. `DataAccessException`
10. `AbstractFallbackSQLExceptionTranslator`

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Topics:

1.

## References
## Resources

### Books

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Topics:

1. [http://localhost:8081/api/12312?extra=Resistor](http://localhost:8081/api/12312?extra=Resistor)

## References
## Resources

### Books

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

`JUnit`, `Spring Test & Spring Boot Test`, `AssertJ`, `Hamcrest`, `Mockito`, `JSONassert`, `JsonPath`

## References
## Resources

### Online

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
alter user postgres with password 'postgres';
```

## References
## Resources

### Online

Expand Down
2 changes: 1 addition & 1 deletion jeorg-spring/jeorg-spring-apps/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
1. [jeorg-spring-app-1](./jeorg-spring-app-1) - 🛳 - Cruise Ships (JDBC and persistence)
2. [jeorg-spring-app-2](./jeorg-spring-app-2) - 📔 - ScrapbookingDotCom ([ACID](https://en.wikipedia.org/wiki/ACID), [SOLID](https://en.wikipedia.org/wiki/SOLID) and [12 Factor App](https://12factor.net/))

## References
## Resources

### Books

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Topics covered:

![alt text](./docs/sketch-1.JPG)

## References
## Resources

### Online

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ curl http://localhost:8081/api/%5Ba-zA-Z%20%21%5D
curl http://localhost:8081/api
```

## References
## Resources

### Context

Expand Down
2 changes: 1 addition & 1 deletion jeorg-spring/jeorg-spring-apps/jeorg-spring-app-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>3.0.19</version>
<version>3.0.20</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jeorg-spring/jeorg-spring-flash/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ All of these modules are fast-track learning modules about Spring. Flash in this
`ApplicationContext`, `SpringApplication.exit(applicationContext, () -> 0)`, `applicationContext.registerShutdownHook()`, `applicationContext.close()`
`GenericApplicationContext`, `XmlBeanDefinitionReader`, `GroovyBeanDefinitionReader`, `PropertiesBeanDefinitionReader`

## References
## Resources

### Books

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
18. [jeorg-spring-flash-19](./jeorg-spring-flash-19) - 🎫 Transaction
19. [jeorg-spring-flash-20](./jeorg-spring-flash-20) - 🌏 CORS via XML

## References
## Resources

### Online

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Discovering Property Converters

Topics covered:

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mvn clean install spring-boot:run -Dspring-boot.run.profiles=test
mvn clean install spring-boot:run -Dspring-boot.run.profiles=prod
```

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Topics
mvn clean spring-boot:run
```

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Topics
mvn clean spring-boot:run
```

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gzip style.css
mvn clean spring-boot:run
```

## References
## Resources

### Online

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mvn clean install spring-boot:run -Dspring-boot.run.profiles=test
mvn clean install spring-boot:run -Dspring-boot.run.profiles=prod
```

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lsof -i :8081
mvn clean install spring-boot:run
```

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mvn clean install spring-boot:run
</dependency>
```

## References
## Resources

### Online

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ curl -X POST -H "name: user" -H "password: user" -H "role: ADMIN" http://localho
</dependency>
```

## References
## Resources

### Online

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lsof -i :8081
mvn clean install spring-boot:run
```

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ lsof -i :8081
mvn clean install spring-boot:run
```

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lsof -i :8081
mvn clean install spring-boot:run
```

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ curl -X POST http://localhost:8081
curl http://localhost:8081
```

## References
## Resources

### Books

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In order to test by keeping the session it's easier just to refresh the browser
curl -c cookies.txt -b cookies.txt -v http://localhost:8081
```

## References
## Resources

### Online

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In order to test by keeping the session it's easier just to refresh the browser
curl -c cookies.txt -b cookies.txt -v http://localhost:8081
```

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mvn clean spring-boot:run

Or, using your IDE, configure your working directory.

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mvn clean spring-boot:run
1. Snap -> Rhythm is a dancer.
2. We have instant soup at the office - Baby instant soup doesn't really grab me, today I need something more sub-sub-sub-substantial.

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
19. [jeorg-spring-flash-2-19](./jeorg-spring-flash-2-19) - 🍃 Bean
20. [jeorg-spring-flash-2-20](./jeorg-spring-flash-2-20) - 7️⃣ PathVariable, MatrixVariable, RequestHeader, RequestParam

## References
## Resources

### Online

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lsof -i :9000
mvn clean install spring-boot:run
```

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lsof -i :8081
mvn clean install spring-boot:run
```

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lsof -i :8081
mvn clean install spring-boot:run
```

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lsof -i :8081
mvn clean install spring-boot:run
```

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lsof -i :8081
mvn clean install spring-boot:run
```

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ curl -X POST http://localhost:8081/create/repeatable --header "Content-Type: app
curl -X POST http://localhost:8081/create/serializable --header "Content-Type: application/json" --data '{"model":"Phantom II", "brand":"Rolls-Royce", "year":"1929", "movieAppearances":["Indiana Jones And The Last Cruzade","The Sorcerer''s Apprentice"]}'
```

## References
## Resources

### Context

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Topics

1. [http://localhost:8081](http://localhost:8081)

## References
## Resources

### Context

Expand Down
Loading

0 comments on commit e9ed6a6

Please sign in to comment.