Skip to content

A news rss feed generation application with Spring Boot,JPA,Spring Security,Github actions

Notifications You must be signed in to change notification settings

dip128/NewsApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewsApplication

A news rss feed generation application with Spring Boot,JPA,Spring Security,Github actions

If you want to secure endponits as per the documentations remove the comment in the SecurityConfig.java file (method -- >protected void configure(HttpSecurity http)).One default User has been already Configured.

.antMatchers("/news/add/").authenticated() .antMatchers("/news/delete/").authenticated()

Configure a default User to access secure end points - Username - test@gmail.com password - test123

Have Created a Documentation for this Web Service also host it using CI/CD (GitHub Actions) To access the Documentation click here

About

A news rss feed generation application with Spring Boot,JPA,Spring Security,Github actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages