diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..4be858f --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..53a5b95 --- /dev/null +++ b/README.md @@ -0,0 +1,48 @@ +# ๐Ÿ› ๏ธ Testing for Java + + + + +> ๐Ÿ‘‹ 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 + + com.labs.lg.pentagon + lg-labs-boot-test + 1.0.0-alpha.1 + +``` + +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 diff --git a/pom.xml b/pom.xml index 43d4cfa..55d571f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,14 +6,20 @@ com.labs.lg.pentagon lg-labs-boot-test - 1.0.0-alpha + 1.0.0-alpha.1 5.9.1 - 2.28.2 + 5.7.0 + 3.2.3 + + org.springframework.boot + spring-boot-starter-test + ${spring-boot.version} + org.junit.jupiter junit-jupiter @@ -24,11 +30,6 @@ mockito-core ${mockito-core.version} - - org.springframework.boot - spring-boot-starter-test - 2.6.7 -