mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-12 16:38:48 +00:00
trabajando en obtener las direcciones para guardar
This commit is contained in:
5
pom.xml
5
pom.xml
@ -193,6 +193,11 @@
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<!-- IMPORTANTE: incluir dependencias con scope=system en el fat-jar -->
|
||||
<configuration>
|
||||
<!-- Esto hace que meta las dependencias con scope=system en BOOT-INF/lib -->
|
||||
<includeSystemScope>true</includeSystemScope>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<!-- (Migraciones) Plugin Maven para generar/ejecutar changelogs -->
|
||||
|
||||
Reference in New Issue
Block a user