add small fix to application.yml
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m31s
Gitea Action Maven build / deploy (push) Successful in 9s

This commit is contained in:
Eduard Kuksa 2025-02-22 20:10:44 +07:00
parent c5d6fe8e57
commit 4ba8c9884f
2 changed files with 8 additions and 8 deletions

View File

@ -3,9 +3,9 @@ server:
spring:
datasource:
username: ${DB_USER}
password: ${DB_PASSWORD}
url: ${DB_URL}
username: root
password: r4e4Rg3B
url: jdbc:mysql://192.168.120.70:3306/search_engine?useSSL=false&requireSSL=false&allowPublicKeyRetrieval=true
driver-class-name: com.mysql.cj.jdbc.Driver
# username: root
# password: hRMH94dJ

10
pom.xml
View File

@ -45,11 +45,11 @@
<version>8.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>me.paulschwarz</groupId>
<artifactId>spring-dotenv</artifactId>
<version>4.0.0</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>me.paulschwarz</groupId>-->
<!-- <artifactId>spring-dotenv</artifactId>-->
<!-- <version>4.0.0</version>-->
<!-- </dependency>-->
</dependencies>
<build>