This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// tu código aquí |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021-01-10 12:42:34.226 INFO 21802 --- [ main] com.example.demo.DemoApplication : Starting DemoApplication on skull with PID 21802 (/home/alg/Documentos/innovacion/itdeveloper/lab/java/demo/target/classes started by alg in /home/alg/Documentos/innovacion/itdeveloper/lab/java/demo) | |
2021-01-10 12:42:34.227 INFO 21802 --- [ main] com.example.demo.DemoApplication : No active profile set, falling back to default profiles: default | |
2021-01-10 12:42:34.419 WARN 21802 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration]; nested exception is java.lang.ClassFormatError: Unknown constant tag 79 in class file org/springframework/core/annotation/AnnotationUtils | |
2021-01-10 12:42:34.428 INFO 21802 --- [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div id="q-app"> | |
<router-view /> | |
</div> | |
</template> | |
<script> | |
export default { | |
name: 'App' | |
} | |
</script> |