Skip to content

whoc666/spring-hello-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Spring Boot 3.2.0 Hello World + Spring Security Demo

Features

  • GET /hello – Secured endpoint that returns "Hello World"
  • Login using username: test and password: 123456
  • Uses Spring Security with in-memory authentication

How to Run

mvn spring-boot:run

Then visit:
http://localhost:8080/hello
You'll be redirected to /login, use credentials test / 123456.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages