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
| 08:41:47.931 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] | |
| 08:41:47.993 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] | |
| 08:41:48.066 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [br.com.suntech.vigia.elite.controller.StopWordsControllerTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper] | |
| 08:41:48.109 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [br.com.suntech.vigia.elite.controller.StopWordsControllerTest], using SpringBoo |
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
| deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse | |
| deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse | |
| deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse | |
| deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse |
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
| java.lang.IllegalStateException: Failed to load ApplicationContext | |
| at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:132) | |
| at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:123) | |
| at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:118) | |
| at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) | |
| at org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener.prepareTestInstance(SpringBootDependencyInjectionTestExecutionListener.java:43) | |
| at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:244) | |
| at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExten |
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
| nesse porjeto usei o styled-components | |
| import React, { useEffect, useState } from 'react'; | |
| import { Modal, Frame } from '@react95/core'; | |
| import { bio } from './content'; | |
| import { FaPlus } from 'react-icons/fa'; | |
| import Contact from '../Contact'; | |
| import Divider from '../../hook/Divider'; | |
| import { Subtitle, Avatar, AvatarWrapper, ButtonShowContact } from './styled'; |
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
| O projeto que eu gostei de desenvolver foi um projeto feito para a empresa que eu trabalho atualmente, | |
| houver uma necessidade no setor do almoxarifado de gerenciar as solicitações de peças feitas, e de peças que são solicitadas e que devem voltar. | |
| Gostei desse pelo motivo que tive que projetar ele do zero, | |
| desda parte de levantamento de requisitos até uma prototipação da tela. | |
| Além dos desafios que tenho nessa projeto, oque me motivou mais foi fazer um sistema que vai gerar valor para os usuários finais, | |
| automatizando esse processo. | |
| Nesse projeto usei: | |
| No front-end => Reactjs | |
| No back-end => Nodejs, Knex, Postgres |
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
| :root { | |
| --bg-drak: #131313, | |
| --bg-global: #1b1b1b, | |
| --bg-body: #606060, | |
| --bg-btn: #DF33FF | |
| --bg-in: 7940FF | |
| } |
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
| Para configurar o editor config, na raiz do projeto crie um arquivo arquivo cahamado .editorconfig | |
| Depois de criar adicione as seguintes configurações | |
| ´´´config | |
| root = true | |
| [*] | |
| end_of_line = lf | |
| indent_style = space | |
| indent_size = 2 | |
| charset = utf-8 |
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
| verde color: rgb(0, 138, 16) | |
| background: rgb(52, 67, 77) | |
| font my site: font-family: 'Press Start 2P', cursive; | |
| @import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Press+Start+2P&display=swap'); |