Projects in Awesome Lists by kh77
A curated list of projects in awesome lists by kh77 .
https://github.com/kh77/springboot-security-jwt
Spring boot with JWT security and refresh token.
jwt-security spring-boot spring-security-jwt
Last synced: 30 Oct 2025
https://github.com/kh77/spring-boot-multi-db
Distributed transaction using mysql and postgres
java mysql postgres spring-boot
Last synced: 27 Mar 2026
https://github.com/kh77/social-login-by-token
Fetch google, Facebook, apple access token from backend
apple-login facebook-oauth-login google-oauth-login oauth springboot
Last synced: 15 May 2026
https://github.com/kh77/springboot-ecs-logback
Ecs logback logging in SpringBoot
ecs-logging json-logging logback logging spring-boot-2
Last synced: 03 Jul 2025
https://github.com/kh77/dynamic-query-search
Spring Boot - search specification on controller level
java jpa-specification spring-boot
Last synced: 21 Apr 2026
https://github.com/kh77/springboot-crud-k8s
CRUD with MySql using k8s
kubernetes kubernetes-deployment mysql spring-boot
Last synced: 03 May 2026
https://github.com/kh77/spring-mongodb-restful
Crud operation using spring data mongo db
Last synced: 17 Apr 2026
https://github.com/kh77/springboot-kafka
Example of Kafka (Retry, DLQ, Concurrency, Customize Exception Handling)
java kafka kafka-dlq-retry kafka-retry spring-boot zookeeper
Last synced: 11 May 2026
https://github.com/kh77/spring-activemq
Produce and consume messages using ActiveMQ
Last synced: 17 May 2026
https://github.com/kh77/user-account-project
front-end & microservice backend
Last synced: 13 Oct 2025
https://github.com/kh77/curl-diagram-generator
Generate Diagram ( pass curl request or upload har file )
Last synced: 26 Sep 2025
https://github.com/kh77/spring-firestore
Spring boot firestore CRUD operation
firestore-database java spring-boot
Last synced: 20 May 2026
https://github.com/kh77/sb-github-workflow
Github Work-Flow to push image on docker
Last synced: 30 Jun 2025
https://github.com/kh77/dockercompose-mysql
Spring boot docker compose with Mysql
docker docker-compose java spring-boot
Last synced: 11 Apr 2026
https://github.com/kh77/springboot-ldap
Spring boot security using ldap
java ldap ldap-authentication spring-boot
Last synced: 18 May 2026
https://github.com/kh77/springboot-k8s
Deploy in k8s using command line
kubernetes kubernetes-deployment spring-boot
Last synced: 06 May 2026
https://github.com/kh77/camel-error-handling
Exception handling in apache camel
apache-camel exception-handling java spring-boot
Last synced: 17 May 2026
https://github.com/kh77/wsdl-to-java
generate java code from wsdl using apache cfx
Last synced: 11 Oct 2025
https://github.com/kh77/springboot-logback
Spring boot log-back logging in a text or json file
java json-logging log-back logging spring-boot
Last synced: 18 May 2026
https://github.com/kh77/dynamic-insert-update
Jpa - Dynamic Insert and Update Example
h2 hibernate java jpa springboot
Last synced: 20 Apr 2026
https://github.com/kh77/liquibase-db-change-log-file
Generate change log file for the existing database
Last synced: 08 Feb 2026
https://github.com/kh77/springboot-jasypt
Jasypt to encrypt and decrypt data based on encrypted private key
h2-database jasypt jasypt-encryptor spring-boot
Last synced: 16 Apr 2026
https://github.com/kh77/springboot-mysql
CRUD application for MySQL
crud-application mysql spring-boot
Last synced: 17 Apr 2026
https://github.com/kh77/springboot-actuator
Spring boot actuator example with custom endpoints and health check.
Last synced: 17 Apr 2026
https://github.com/kh77/spring-remotedebug-docker
Docker remote dubugging in IDE
docker remote-debug spring-boot
Last synced: 18 Apr 2026
https://github.com/kh77/dynamic-filter-jackson
Spring boot dynamic filter using jackson
dynamic-filter-jackson h2-database jackson java springboot
Last synced: 18 Apr 2026
https://github.com/kh77/springboot-retry
Example of Spring boot Retry
java retry spring-boot spring-retry
Last synced: 20 Apr 2026
https://github.com/kh77/springboot-file-to-db
Upload and download CSV and Excel file
apache-poi commons-csv csv-upload excel java spring-boot
Last synced: 21 Apr 2026
https://github.com/kh77/springboot-schedule
java spring-scheduler springboot
Last synced: 21 Apr 2026
https://github.com/kh77/import-csv-to-mysql-table
How to import CSV data to MySQL table
csv-data import-csv mysql-database
Last synced: 06 Jun 2026
https://github.com/kh77/spring-batch
Jdbc, File, Json, Xml etc Batch processing project
java spring-batch spring-batch-jobs spring-boot
Last synced: 25 Apr 2026
https://github.com/kh77/qrcode
Generate and read text from QR code
java qrcode-generator qrcode-reader zxing-library zxing-qrcode
Last synced: 06 Jun 2026
https://github.com/kh77/springboot-prototypeinjection
3 ways to call prototype class within Singleton class
java spring-boot spring-injection
Last synced: 28 Apr 2026
https://github.com/kh77/sb-logbook
LogBook example for logging request and response headers,body in the console
java logbook logging request-response-log springboot
Last synced: 30 Apr 2026
https://github.com/kh77/spring-ftp
sftp client to connect sftp server and download/upload (text,csv,xslx,xls) files
Last synced: 01 May 2026
https://github.com/kh77/springboot-aws-rds-secrets
AWS secrets manager for RDS
aws aws-secrets-manager java secrets springboot
Last synced: 01 May 2026
https://github.com/kh77/springboot-caffeinecache
Example of Caffeine Cache
caffeine-cache java spring-boot
Last synced: 07 May 2026
https://github.com/kh77/springboot-event
Spring boot event publisher and listener example
application-events-with-spring events spring-boot
Last synced: 10 May 2026
https://github.com/kh77/request-response-log
Spring boot request response log
filter logging request-response spring-boot
Last synced: 11 May 2026
https://github.com/kh77/sb-jpa-optimistic-lock
Spring boot - Jpa Optimistic lock example
java jpa optimistic-lock spring-boot
Last synced: 13 May 2026
https://github.com/kh77/springboot-drools
Spring boot drools example using excel file decision table and drl file
drools drools-springboot springboot
Last synced: 10 May 2026
https://github.com/kh77/spring-completablefuture
How to use CompletableFuture in spring boot application
async completablefuture java spring-boot
Last synced: 18 May 2026
https://github.com/kh77/sb-testcontainer
Spring boot integration test with test container
java mysql spring-boot3 testcontainers
Last synced: 18 May 2026
https://github.com/kh77/springboot-soapws
Spring boot Soap web service
soap soap-web-services spring-boot
Last synced: 19 May 2026
https://github.com/kh77/spring-generate-pdf
generate pdf using itext dependency
Last synced: 29 Aug 2025
https://github.com/kh77/springboot-redis-pubsub
Redis pub/sub example
java redis spring-boot spring-boot-redis-pubsub
Last synced: 18 Apr 2026
https://github.com/kh77/python-whatsapp-automation
Automate to send message/image to the whatsapp
python3 pywhatkit whatsapp-automation
Last synced: 21 May 2026