Skip to content

Commit

Permalink
Corregir error org.apache.maven.plugin.MojoExecutionException: Input …
Browse files Browse the repository at this point in the history
…length = 1. No pueden haber acentos (o supuestamente caracteres no UTF-8 en el application.properties -> spring-projects/spring-boot#24346)
  • Loading branch information
guepardo190889 committed Mar 29, 2021
1 parent 4254a13 commit 80875be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring.jpa.database=POSTGRESQL
spring.jpa.show-sql=true
#Formato de sql
spring.jpa.properties.hibernate.format_sql=true
#Imprimir parámetros
#Imprimir parametros
logging.level.org.hibernate.type.descriptor.sql=trace
logging.level.org.hibernate.SQL=DEBUG

Expand Down

0 comments on commit 80875be

Please sign in to comment.