Spring Boot, Spring Data REST and Query Parameters

I have Spring Data REST repository that takes query parameters. It uses a PagingAndSortingRepository and looks like this: [code language=”java”] @RepositoryRestResource @CrossOrigin(origins = "http://localhost:8000") public interface IRestaurantRepository extends PagingAndSortingRepository<Restaurant, Long> { public Page<Restaurant> findByNameContaining(String name, Pageable pageable); } [/code] You would get an error if you were to execute the…

Continue reading

Repairing LED Blinking 10 or 2 Times on TH-50PZ800U Panasonic Plasma Television

Panasonic Plasma TV TH-PZ800U Faced Down Back Panel Off

Recently, I experienced an issue with my Panasonic Plasma TV, model TH-50PZ800U, where it turned off and would not turn back on. All I would hear is a couple clicks and I wouldn’t hear the final sound after a pause. Instead, I would see the LED light on the lower…

Continue reading

Bulldozing and Burning Knotweed Rhizomes

Japanese Rhizome and Roots Burning in a Bon Fire

I had two mounds of dirt on my property leftover from when we moved here that I haven’t gotten around to landscaping. Like much of the perimeter of my yard, where these mounds of dirt lied, they were infested with knotweed. I have been weed whacking and mowing these mounds…

Continue reading