Skip to content Skip to sidebar Skip to footer
Showing posts with the label Spring Boot

Cors Policy Blocks Localhost

I made some web project using Spring Boot 2 with rest API. I had two projects, the one is rest API,… Read more Cors Policy Blocks Localhost

Thymeleaf Form Submit With Arraylist Object

I have written a simple program for form submit with the data(ArrayList) to send from table to cont… Read more Thymeleaf Form Submit With Arraylist Object

Cascading Dropdown From Hashmap In Thymeleaf Template

I am creating a Spring Boot JPA application with Thymeleaf templates in the front end. The applica… Read more Cascading Dropdown From Hashmap In Thymeleaf Template

Abn Tree Fail To Show Correctly When Reach To Level 9

I have to generate tree view, so I have created tree using abn-tree in my spring boot jhipster appl… Read more Abn Tree Fail To Show Correctly When Reach To Level 9

Cross Origin On Spring Boot From Chrome Extension

In my spring application, I have a method: @CrossOrigin(origins='*') @PostMapping('/dat… Read more Cross Origin On Spring Boot From Chrome Extension

Spring Boot + Thymeleaf Show Database Records In Custom Fragments

I have database records, which I want to show on the page in a certain way. For this reason I'v… Read more Spring Boot + Thymeleaf Show Database Records In Custom Fragments

What Is The Problem With Websocket And Self-signed Ssl Certificate

I have a project runs on intranet, so I didn't buy any SSL certificate or domain name. Instead,… Read more What Is The Problem With Websocket And Self-signed Ssl Certificate

Abn Tree Fail To Show Correctly When Reach To Level 9

I have to generate tree view, so I have created tree using abn-tree in my spring boot jhipster appl… Read more Abn Tree Fail To Show Correctly When Reach To Level 9

Response For Preflight Has Invalid HTTP Status Code: 401 Angular

Using angular and Spring Boot we're trying to add authentication to our service but for some re… Read more Response For Preflight Has Invalid HTTP Status Code: 401 Angular

X-Frame-Options: DENY Is Not Working For Spring Boot REST API

My Project has ExtJs as Front end and Spring boot as backend. ExtJs will call spring boot which wil… Read more X-Frame-Options: DENY Is Not Working For Spring Boot REST API