Skip to content

Instantly share code, notes, and snippets.

View felipsbreno's full-sized avatar
💻

Breno Felipe de Bairros felipsbreno

💻
View GitHub Profile
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
@felipsbreno
felipsbreno / sources.list
Created April 14, 2021 21:30 — forked from ishad0w/sources.list
Ubuntu 20.04 LTS (Focal Fossa) -- Full sources.list
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
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
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';
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
@felipsbreno
felipsbreno / Colors my site
Created August 6, 2020 00:28
Config for colors on my site
:root {
--bg-drak: #131313,
--bg-global: #1b1b1b,
--bg-body: #606060,
--bg-btn: #DF33FF
--bg-in: 7940FF
}
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
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');