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 }}
lineCode
/
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
Breadcrumbs
History for
code-examples
spring-boot
on
openapi
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 10, 2020
Merge branch 'reflect-91' of https://github.com/Petros0/code-examples into openapi
thombergs
committed
76e9784
View commit details
Copy full SHA for 76e9784
View code at this point
Browse repository at this point
billingmodule -> billing
thombergs
committed
92aef02
View commit details
Copy full SHA for 92aef02
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
billingmodule -> billing
thombergs
committed
e8ef699
View commit details
Copy full SHA for e8ef699
View code at this point
Browse repository at this point
Implement UserApiDelegate, instead of the UserApi
Petros0
committed
5da17c5
View commit details
Copy full SHA for 5da17c5
View code at this point
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
View code at this point
Browse repository at this point
example for clean architecture boundaries with Spring Boot
thombergs
committed
1916f5b
View commit details
Copy full SHA for 1916f5b
View code at this point
Browse repository at this point
Commits on Mar 5, 2020
listContributors -> contributors
thombergs
committed
c69957d
View commit details
Copy full SHA for c69957d
View code at this point
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
View code at this point
Browse repository at this point
Repository -> GitRepository
thombergs
committed
ec681b5
View commit details
Copy full SHA for ec681b5
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Feb 29, 2020
argumentresolver example
thombergs
committed
34e0bfc
View commit details
Copy full SHA for 34e0bfc
View code at this point
Browse repository at this point
MethodArgumentResolver example
thombergs
committed
dfbc044
View commit details
Copy full SHA for dfbc044
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
rename UserResources to RegistrationResource
akuksin
committed
3ab8517
View commit details
Copy full SHA for 3ab8517
View code at this point
Browse repository at this point
rename daoAuthenticationProvider to provider
akuksin
committed
77151d1
View commit details
Copy full SHA for 77151d1
View code at this point
Browse repository at this point
rename JdbcUserDetailsService to DatabaseUserDetailsService
akuksin
committed
b737311
View commit details
Copy full SHA for b737311
View code at this point
Browse repository at this point
make classes package private, apply google-java-formatter
akuksin
committed
bfd004b
View commit details
Copy full SHA for bfd004b
View code at this point
Browse repository at this point
Commits on Feb 25, 2020
remove unnecessary comment
akuksin
committed
ab5143c
View commit details
Copy full SHA for ab5143c
View code at this point
Browse repository at this point
simplify the configuration
akuksin
committed
74f0e28
View commit details
Copy full SHA for 74f0e28
View code at this point
Browse repository at this point
Commits on Feb 22, 2020
reformat code
akuksin
committed
d55ee99
View commit details
Copy full SHA for d55ee99
View code at this point
Browse repository at this point
add calculation of bcryt strength with Divide-and-conquer algorithm
akuksin
committed
9a378b5
View commit details
Copy full SHA for 9a378b5
View code at this point
Browse repository at this point
Commits on Feb 20, 2020
add simple examples for password encoders
akuksin
committed
4ca9b30
View commit details
Copy full SHA for 4ca9b30
View code at this point
Browse repository at this point
Merge branch 'master' into master
thombergs
authored
7494ff7
View commit details
Copy full SHA for 7494ff7
View code at this point
Browse repository at this point
Commits on Feb 18, 2020
REFLECT-2 Add missing bits
Show description for a0ad81a
petromir
committed
a0ad81a
View commit details
Copy full SHA for a0ad81a
View code at this point
Browse repository at this point
Commits on Feb 17, 2020
add project spring-boot/password-encoding
akuksin
committed
0847972
View commit details
Copy full SHA for 0847972
View code at this point
Browse repository at this point
Commits on Feb 11, 2020
Rename module to spring-boot-openapi, also add maven wrapper in root
Petros0
committed
26739aa
View commit details
Copy full SHA for 26739aa
View code at this point
Browse repository at this point
Commits on Feb 9, 2020
Reflect-91 init
Petros0
committed
dabc601
View commit details
Copy full SHA for dabc601
View code at this point
Browse repository at this point
Commits on Jan 29, 2020
REFLECT-2 Remove redundant parameters to Gradle plugin
petromir
committed
1809361
View commit details
Copy full SHA for 1809361
View code at this point
Browse repository at this point
Commits on Jan 24, 2020
REFLECT-2 Integrating H2 with Flyway
petromir
committed
01828e5
View commit details
Copy full SHA for 01828e5
View code at this point
Browse repository at this point
Commits on Jan 1, 2020
Initial set-up of Flyway data migration project
petromir
committed
a2bb00f
View commit details
Copy full SHA for a2bb00f
View code at this point
Browse repository at this point
Commits on Dec 30, 2019
add README
thombergs
committed
9e9b030
View commit details
Copy full SHA for 9e9b030
View code at this point
Browse repository at this point
add example for Spring Boot profiles
thombergs
committed
71af6ee
View commit details
Copy full SHA for 71af6ee
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.