Skip to content

Commit 7f5d37e

Browse files
committed
encoding
1 parent ad58baf commit 7f5d37e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
</scm>
2929
<properties>
3030
<java.version>17</java.version>
31+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
32+
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3133
</properties>
3234
<dependencies>
3335
<dependency>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
spring.application.name=java-coding-practice
2-
# Configuración de la base de datos
3-
db.url=jdbc:mysql://localhost:3306/mydb
2+
# Configuracion de la base de datos
3+
db.url=jdbc:mysql://localhost:3306/mydb
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Configuración de la base de datos
1+
# Configuracion de la base de datos
22
db.url=jdbc:mysql://localhost:3306/mydb

0 commit comments

Comments
 (0)