Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
GabrielTorelo
/
BackEnd_Game_List-Java_SpringBoot
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
0e9b435
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 16, 2023
adiciona pasta do docker '.data/'
GabrielTorelo
committed
0e9b435
Copy full SHA for 0e9b435
Merge pull request #23 from GabrielTorelo/feat/gameListController
Show description for 9d6b7d5
GabrielTorelo
authored
9d6b7d5
Copy full SHA for 9d6b7d5
cria método 'readListID' que retorna o DTO do 'GameService' com todos os jogos de uma lista específica
GabrielTorelo
committed
cbf285a
Copy full SHA for cbf285a
Merge pull request #22 from GabrielTorelo/feat/gameService
Show description for bdf6819
GabrielTorelo
authored
bdf6819
Copy full SHA for bdf6819
cria método 'readListID'
GabrielTorelo
committed
ac0a9c1
Copy full SHA for ac0a9c1
Merge pull request #21 from GabrielTorelo/feat/gameDTOs
Show description for 8ff8c2b
GabrielTorelo
authored
8ff8c2b
Copy full SHA for 8ff8c2b
cria construtor que recebe o 'GameMinProjection' como argumento e cria variável 'position' + 'get/set'
GabrielTorelo
committed
fb66c72
Copy full SHA for fb66c72
Merge pull request #20 from GabrielTorelo/feat/gameRepository
Show description for 7fadf19
GabrielTorelo
authored
7fadf19
Copy full SHA for 7fadf19
cria consulta (query) ao BD que retorna apenas os jogos dentro de uma lista específica
GabrielTorelo
committed
23a2061
Copy full SHA for 23a2061
Merge pull request #19 from GabrielTorelo/feat/gameProjections
Show description for e7da4a3
GabrielTorelo
authored
e7da4a3
Copy full SHA for e7da4a3
cria 'Projection' com as informações necessárias para mostrar um jogo em uma lista
GabrielTorelo
committed
c96f6fb
Copy full SHA for c96f6fb
Commits on Jul 15, 2023
Merge pull request #18 from GabrielTorelo/feat/importSQL
Show description for ab930fa
GabrielTorelo
authored
ab930fa
Copy full SHA for ab930fa
cria script para inserir jogos na lista 'Meus Favoritos' para teste no BD
GabrielTorelo
committed
09d237b
Copy full SHA for 09d237b
Merge pull request #17 from GabrielTorelo/feat/gameListController
Show description for 07768eb
GabrielTorelo
authored
07768eb
Copy full SHA for 07768eb
cria métodos 'readAll' e 'readID' que retornam o DTO do 'GameListService' com todas as listas de jogos do BD ou uma lista específica
GabrielTorelo
committed
f4becb6
Copy full SHA for f4becb6
Merge pull request #16 from GabrielTorelo/feat/gameListService
Show description for adfb26d
GabrielTorelo
authored
adfb26d
Copy full SHA for adfb26d
cria métodos para mostrar todas as listas de jogos do BD ou exibir uma lista específica com base no seu ID
GabrielTorelo
committed
3370e0b
Copy full SHA for 3370e0b
Merge pull request #15 from GabrielTorelo/feat/gameListRepository
Show description for d7b18b4
GabrielTorelo
authored
d7b18b4
Copy full SHA for d7b18b4
cria repositório para listas de jogos com o uso do 'JpaRepository'
GabrielTorelo
committed
44368d3
Copy full SHA for 44368d3
Merge pull request #14 from GabrielTorelo/feat/gameListDTOs
Show description for a24844b
GabrielTorelo
authored
a24844b
Copy full SHA for a24844b
cria DTO com todas informações das listas de jogos
GabrielTorelo
committed
196bda5
Copy full SHA for 196bda5
Merge pull request #13 from GabrielTorelo/feat/gameController
Show description for c4473ad
GabrielTorelo
authored
c4473ad
Copy full SHA for c4473ad
cria os métodos 'readID' e 'readMoreID' que retornam os DTOs do 'GameService'
GabrielTorelo
committed
b831c93
Copy full SHA for b831c93
Merge pull request #12 from GabrielTorelo/feat/gameService
Show description for c0a078d
GabrielTorelo
authored
c0a078d
Copy full SHA for c0a078d
cria métodos 'readID' e 'readMoreID'
GabrielTorelo
committed
b79db27
Copy full SHA for b79db27
altera método 'readAll' e define explicitamente para somente leitura
GabrielTorelo
committed
2c61f2b
Copy full SHA for 2c61f2b
Merge pull request #11 from GabrielTorelo/feat/gameDTOs
Show description for 1d2ae20
GabrielTorelo
authored
1d2ae20
Copy full SHA for 1d2ae20
cria DTO com as mínimas informações dos jogos + descrição curta (Short - Game Description)
GabrielTorelo
committed
7bba446
Copy full SHA for 7bba446
cria DTO com quase todas as informações dos jogos (Long - Game Description)
GabrielTorelo
committed
934777d
Copy full SHA for 934777d
cria os métodos 'set'
GabrielTorelo
committed
d7693e4
Copy full SHA for d7693e4
Merge pull request #10 from GabrielTorelo/feat/importSQL
Show description for 586a410
GabrielTorelo
authored
586a410
Copy full SHA for 586a410
cria script para inserir jogos na lista 'Todos os Jogos' para teste no BD
GabrielTorelo
committed
e00b8e4
Copy full SHA for e00b8e4
cria script para inserir 2 novas listas de jogos para teste no BD
GabrielTorelo
committed
3fdd18d
Copy full SHA for 3fdd18d
Merge pull request #9 from GabrielTorelo/feat/belongingClass
Show description for 27e4262
GabrielTorelo
authored
27e4262
Copy full SHA for 27e4262
cria classe 'Belonging' com ORM 'jakarta'
GabrielTorelo
committed
8620bd5
Copy full SHA for 8620bd5
Pagination
Previous
Next
You can’t perform that action at this time.