BookStore Spring - .env file setup / .env configuration with application.yml
Jul 26, 2024 · 2 min read · Foreword After I created Spring Boot Project, and linked it to remote repositories. For DB connection and other configuration (will add JWT, cookie, Email and etc), I want to enclose private information. Using .env file can be useful for it. ( .env +...
Join discussion