add small fix to application.yml
This commit is contained in:
parent
c5d6fe8e57
commit
4ba8c9884f
@ -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
10
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user