Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Adiciona configurações web para segurança, CORS e OpenAPI #12

Merged
merged 2 commits into from
Apr 19, 2024

Commits on Apr 17, 2024

  1. ✨ Adiciona configurações web para segurança, CORS e OpenAPI

    As novas classes WebSecurityConfig, CorsConfig e OpenAPIConfig foram adicionadas à pasta de configuração web. A primeira configura a segurança da aplicação, a segunda habilita os recursos de origem cruzada (CORS), e a terceira fornece a configuração para a documentação da API através do Swagger/OpenAPI.
    diegosneves committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a995fbe View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. 🏗️ Adicione a interface CustomerControllerContract

    Esta atualização adiciona a interface CustomerControllerContract no pacote de controladores de API. Ela representa o contrato para o controlador de clientes, mas ainda precisa ser implementada.
    diegosneves committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    037357f View commit details
    Browse the repository at this point in the history