Coder Social home page Coder Social logo

digitalinnovationone / santander-dev-week-2024 Goto Github PK

View Code? Open in Web Editor NEW
246.0 11.0 94.0 146 KB

RESTful API da Santander Dev Week 2024 construída em Java 21 com Spring Boot 3.

Home Page: https://digitalinnovationone.github.io/santander-dev-week-2024

Java 100.00%

santander-dev-week-2024's Issues

Erro ao executar a classe de teste: ListChampionsUseCaseIntegrationsTest.java

Olá @falvojr, blza?
Fiz a primeira aula do santander-dev-week-2024 e estou tentando executar a classe de teste: ListChampionsUseCaseIntegrationsTest.java mas está com erro na linha que contém o código: listChampionsUseCase.findAll():

    @Test
    public void testListChampions() {
        List<Champion> champions = listChampionsUseCase.findAll();
        Assertions.assertEquals(12, champions.size());
    }

O erro que aparece está abaixo:
org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [SELECT * FROM CHAMPIONS]

Sabe o que pode ser?

Obrigado!

Falta especificar o championId no @PathVariable

Para usar o código no vscode tive que colocar @PathVariable("championId") no arquivo AskChampionsRestController. Sem ele, o código dava erro e não funcionava corretamente o método POST.

Teste e conexão no localhost

Quando tento me conectar ou faço o teste de conexão aparece a seguinta mensagem abaixo:

General error: "java.nio.file.InvalidPathException: Illegal char <:> at index 3: men:sdw2024" [50000-224] HY000/50000 (Help)

Não sei como resolver? Alguém poderia ajudar?
h2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.