A CLI tool that executes SQL queries on xlsx files and outputs the results to various files, and also executes SQL queries on various files and outputs them to xlsx files. Built using excelize and ...
OAuth in Spring Boot lets users log in through external providers like Google or GitHub without storing passwords. Spring redirects users to the provider for authentication, receives a code, exchanges ...