Skip to content

Commit 4da9e6c

Browse files
authored
docs: update readme
1 parent 23938a6 commit 4da9e6c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ Aplicación desarrollada con Spring Boot para la gestión de noticias y el regis
1313

1414
```properties
1515
# Database configuration
16-
spring.datasource.url=${db_url}
17-
spring.datasource.username=${db_username}
18-
spring.datasource.password=${db_password}
16+
spring.data.mongodb.uri=${mongodb_uri}
1917
# Cloudinary configuration
2018
cloudinary.cloud_name=${cloudinary_cloud_name}
2119
cloudinary.api_key=${cloudinary_api_key}
@@ -32,7 +30,7 @@ cloudinary.api_secret=${cloudinary_api_secret}
3230
| [![Spring Boot](https://img.shields.io/badge/Spring_Boot-F2F4F9?style=for-the-badge&logo=spring-boot)](https://spring.io/projects/spring-boot/) | Framework para el desarrollo de aplicaciones | 3.2.1
3331
| [![Spring Security](https://img.shields.io/badge/Spring_Security-6DB33F?style=for-the-badge&logo=Spring-Security&logoColor=white)](https://spring.io/projects/spring-security/) | Framework para la seguridad de acceso | 6.2.1
3432
| [![Thymeleaf](https://img.shields.io/badge/Thymeleaf-%23005C0F.svg?style=for-the-badge&logo=Thymeleaf&logoColor=white)](https://www.thymeleaf.org) | Motor de plantillas HTML | 3.1.2.RELEASE
35-
| [![MySQL](https://img.shields.io/badge/MySQL-005C84?style=for-the-badge&logo=mysql&logoColor=white)](https://dev.mysql.com/doc/) | Gestor para el manejo de bases de datos relacional | 8.0.34 Community
33+
| [![MongoDB](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white)](https://www.mongodb.com/es/what-is-mongodb) | Base de datos NoSQL | 4.2.1
3634

3735

3836
## 📝 Agradecimientos

0 commit comments

Comments
 (0)