Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
gitruslan
/
code-examples
Public
forked from
thombergs/code-examples
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
openapi
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 10, 2020
added to build-all.sh
thombergs
committed
7cd125e
View commit details
Copy full SHA for 7cd125e
Browse repository at this point
Merge branch 'reflect-91' of https://github.com/Petros0/code-examples into openapi
thombergs
committed
76e9784
View commit details
Copy full SHA for 76e9784
Browse repository at this point
billingmodule -> billing
thombergs
committed
92aef02
View commit details
Copy full SHA for 92aef02
Browse repository at this point
Commits on Mar 9, 2020
billingmodule -> billing
thombergs
committed
e8ef699
View commit details
Copy full SHA for e8ef699
Browse repository at this point
Implement UserApiDelegate, instead of the UserApi
Petros0
committed
5da17c5
View commit details
Copy full SHA for 5da17c5
Browse repository at this point
Commits on Mar 6, 2020
added missing Gradle files
thombergs
committed
8a36085
View commit details
Copy full SHA for 8a36085
Browse repository at this point
example for clean architecture boundaries with Spring Boot
thombergs
committed
1916f5b
View commit details
Copy full SHA for 1916f5b
Browse repository at this point
Commits on Mar 5, 2020
listContributors -> contributors
thombergs
committed
c69957d
View commit details
Copy full SHA for c69957d
Browse repository at this point
Commits on Mar 4, 2020
Merge remote-tracking branch 'origin/master'
thombergs
committed
426d1e7
View commit details
Copy full SHA for 426d1e7
Browse repository at this point
Repository -> GitRepository
thombergs
committed
ec681b5
View commit details
Copy full SHA for ec681b5
Browse repository at this point
Commits on Mar 3, 2020
Merge pull request #19 from arkuksin/spring-boot-password-emcoding
Show description for 57ff037
thombergs
authored
57ff037
View commit details
Copy full SHA for 57ff037
Browse repository at this point
Commits on Mar 2, 2020
Merge remote-tracking branch 'origin/master'
Show description for 761fdd4
thombergs
committed
761fdd4
View commit details
Copy full SHA for 761fdd4
Browse repository at this point
example of converters in Spring Data JDBC
thombergs
committed
939e864
View commit details
Copy full SHA for 939e864
Browse repository at this point
Commits on Mar 1, 2020
replace @Autowired by @Bean annotation for the authentication provider
akuksin
committed
84c5930
View commit details
Copy full SHA for 84c5930
Browse repository at this point
remove custom code for password migration, use the feature of DelegatingPasswordEncoder instead
akuksin
committed
e0a4567
View commit details
Copy full SHA for e0a4567
Browse repository at this point
Commits on Feb 29, 2020
Merge pull request #20 from thombergs/argumentresolver
Show description for c8a15d4
thombergs
authored
c8a15d4
View commit details
Copy full SHA for c8a15d4
Browse repository at this point
argumentresolver example
thombergs
committed
34e0bfc
View commit details
Copy full SHA for 34e0bfc
Browse repository at this point
MethodArgumentResolver example
thombergs
committed
dfbc044
View commit details
Copy full SHA for dfbc044
Browse repository at this point
Commits on Feb 28, 2020
rename JdbcUserDetailPasswordService to DatabaseUserDetailPasswordService
akuksin
committed
0b9a101
View commit details
Copy full SHA for 0b9a101
Browse repository at this point
Commits on Feb 27, 2020
remove @Transactional annotation from RegistrationResource
akuksin
committed
1b9f242
View commit details
Copy full SHA for 1b9f242
Browse repository at this point
rename UserResources to RegistrationResource
akuksin
committed
3ab8517
View commit details
Copy full SHA for 3ab8517
Browse repository at this point
rename daoAuthenticationProvider to provider
akuksin
committed
77151d1
View commit details
Copy full SHA for 77151d1
Browse repository at this point
rename JdbcUserDetailsService to DatabaseUserDetailsService
akuksin
committed
b737311
View commit details
Copy full SHA for b737311
Browse repository at this point
make classes package private, apply google-java-formatter
akuksin
committed
bfd004b
View commit details
Copy full SHA for bfd004b
Browse repository at this point
Commits on Feb 26, 2020
Merge pull request #14 from mukul-s/master
Show description for 71d2a32
thombergs
authored
71d2a32
View commit details
Copy full SHA for 71d2a32
Browse repository at this point
small changes to Main
thombergs
committed
1e4e88c
View commit details
Copy full SHA for 1e4e88c
Browse repository at this point
Commits on Feb 25, 2020
remove unnecessary comment
akuksin
committed
ab5143c
View commit details
Copy full SHA for ab5143c
Browse repository at this point
Merge branch 'master' of https://github.com/mukul-s/code-examples
Mukul Sharma
committed
5fab70b
View commit details
Copy full SHA for 5fab70b
Browse repository at this point
Reflect-76 Added package
Mukul Sharma
committed
3be25df
View commit details
Copy full SHA for 3be25df
Browse repository at this point
simplify the configuration
akuksin
committed
74f0e28
View commit details
Copy full SHA for 74f0e28
Browse repository at this point
Merge branch 'master' of https://github.com/mukul-s/code-examples
Mukul Sharma
committed
f66aa05
View commit details
Copy full SHA for f66aa05
Browse repository at this point
Merge branch 'master' of https://github.com/mukul-s/code-examples
Mukul Sharma
committed
66d275d
View commit details
Copy full SHA for 66d275d
Browse repository at this point
Reflect 76 - Resolved merge conflicts
Mukul Sharma
committed
34211bf
View commit details
Copy full SHA for 34211bf
Browse repository at this point
Resolved merge conflicts
Mukul Sharma
committed
1380621
View commit details
Copy full SHA for 1380621
Browse repository at this point
Commits on Feb 22, 2020
reformat code
akuksin
committed
d55ee99
View commit details
Copy full SHA for d55ee99
Browse repository at this point
Previous
Next
You can’t perform that action at this time.