add small fix to application.yml
This commit is contained in:
parent
c5d6fe8e57
commit
4ba8c9884f
@ -3,9 +3,9 @@ server:
|
|||||||
|
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
username: ${DB_USER}
|
username: root
|
||||||
password: ${DB_PASSWORD}
|
password: r4e4Rg3B
|
||||||
url: ${DB_URL}
|
url: jdbc:mysql://192.168.120.70:3306/search_engine?useSSL=false&requireSSL=false&allowPublicKeyRetrieval=true
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
# username: root
|
# username: root
|
||||||
# password: hRMH94dJ
|
# password: hRMH94dJ
|
||||||
|
10
pom.xml
10
pom.xml
@ -45,11 +45,11 @@
|
|||||||
<version>8.4.0</version>
|
<version>8.4.0</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<!-- <dependency>-->
|
||||||
<groupId>me.paulschwarz</groupId>
|
<!-- <groupId>me.paulschwarz</groupId>-->
|
||||||
<artifactId>spring-dotenv</artifactId>
|
<!-- <artifactId>spring-dotenv</artifactId>-->
|
||||||
<version>4.0.0</version>
|
<!-- <version>4.0.0</version>-->
|
||||||
</dependency>
|
<!-- </dependency>-->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user