This repository has been archived by the owner on May 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Upgrade Spring version to 3.2.3
Changes - Update **Spring Boot** version from `2.6.7` to `3.2.3`. - Update **Mockito** version from `2.28.2` to `5.7.0` . Docs - Add README file - Add Licence file Fix - None
- Loading branch information
Showing
3 changed files
with
77 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 lg-pentagon | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# 🛠️ Testing for Java | ||
|
||
<img src="https://avatars.githubusercontent.com/u/105936384?s=400&u=290ae673580a956864a07d4aef8e4448372a836b&v=4" align="left" width="172px" height="172px"/> | ||
<img align="left" width="0" height="172px" hspace="10"/> | ||
|
||
> 👋 Welcome to **Lg Pentagon** or **lg5**! Get the test library basic. | ||
[![lg-labs][0]][1] | ||
[![License][2]][3] | ||
|
||
For more information, check this pages | ||
|
||
https://lufgarciaqu.medium.com | ||
|
||
# Using Spring Boot 3.2.3 | ||
## 🚀 Maven Install | ||
|
||
Install 1/2: Add this to pom.xml: | ||
```xml | ||
<dependency> | ||
<groupId>com.labs.lg.pentagon</groupId> | ||
<artifactId>lg-labs-boot-test</artifactId> | ||
<version>1.0.0-alpha.1</version> | ||
</dependency> | ||
``` | ||
|
||
Install 2/2: Run via command line | ||
```bash | ||
mvn install | ||
``` | ||
|
||
|
||
## 📚Contents | ||
``` | ||
Spring Boot Starter Test -> 3.2.3 | ||
Junit Jupiter -> 5.9.1 | ||
Mockito -> 5.7.0 | ||
``` | ||
|
||
## ⚖️ License | ||
|
||
The MIT License (MIT). Please see [License][3] for more information. | ||
|
||
|
||
[0]: https://img.shields.io/badge/LgLabs-community-blue?style=flat-square | ||
[1]: https://lufgarciaqu.medium.com | ||
[2]: https://img.shields.io/badge/license-MIT-green?style=flat-square | ||
[3]: LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters