• Skip to main content
  • Skip to primary sidebar

Ryan McCormick

Archives for July 2017

How to Get Linux Distro Name and Kernel Version from the Command Line

July 31, 2017 by Ryan Leave a Comment

If you are using Linux as a development environment, to install a new utility, or for an almost infinite number of other reasons, it may be helpful to get the current version from the command line. Get Current Ubuntu Version From Command Line If you are an Ubuntu or Debian user, you can get the latest distro from the command line by running the following: lsb_release -a Get … [Read more...] about How to Get Linux Distro Name and Kernel Version from the Command Line

SOLVED: Testing PATCH with Spring Boot TestRestTemplate

July 30, 2017 by Ryan 1 Comment

When writing integration tests for REST APIs in Spring Boot, it is common to use the org.springframework.boot.test.web.client.TestRestTemplate. Anyone who has attempted to test the PATCH method with Spring Boot's default TestRestTemplate will find out that it doesn't ship with the ability to use the PATCH method. As a workaround, org.apache.http.client.HttpClient can be added … [Read more...] about SOLVED: Testing PATCH with Spring Boot TestRestTemplate

Refactor Legacy AngularJS Controller to ControllerAs Syntax

July 30, 2017 by Ryan Leave a Comment

There are a lot of resources and examples available on the web for learning AngularJS(1.x branch). Some are good, some are bad and some are super ugly and confusing. The recommended approach for building scalable applications with AngularJS is to follow the controllerAs syntax. In this post, I will be breaking down a really ugly legacy controller and converting it to … [Read more...] about Refactor Legacy AngularJS Controller to ControllerAs Syntax

Spring Boot Set Port Number

July 30, 2017 by Ryan Leave a Comment

By default, the embedded tomcat port number for a Spring Boot application is 8080. If you are like me and run multiple machines while developing locally, you have no doubt encountered a situation where port 8080 is already in use or where you will need 8080 for something else. There are three ways to set the port number for your application: Command Line, … [Read more...] about Spring Boot Set Port Number

Spring Boot Set Root Logging Level

July 30, 2017 by Ryan Leave a Comment

Sometimes it is nice to be able to see all debugging information from your spring boot application. I am not going to go over the various Java logging frameworks but rather the quick and easy way to set a logging level. Logging Level Types By default, ERROR, WARN and INFO level messages are logged. You can show more specific logs by explicitly setting the type. There are five … [Read more...] about Spring Boot Set Root Logging Level

Next Page »

Primary Sidebar

Recent Posts

  • Force Quit Kill all Chrome Windows MacOS
  • SOLVED: Angular 6 CLI Karma Stuck in Single Run | Karma Stops Running
  • How to Manually Install Java 8 on Ubuntu 18.04 LTS
  • Remove VirtualBox from Ubuntu 16.04 Xenial
  • Clear all Node Modules Folders Recursively Mac/Linux

Recent Comments

  1. KKV on Webstorm adding spaces between imports and braces | JavaScript and TypeScript
  2. jusopi on Clear all Node Modules Folders Recursively Mac/Linux
  3. Qaisar Irfan on Clear all Node Modules Folders Recursively Mac/Linux
  4. mustafa on Remove VirtualBox from Ubuntu 16.04 Xenial
  5. Pourya on How to Manually Install Java 8 on Ubuntu 18.04 LTS

Copyright © 2025 · Magazine Pro on Genesis Framework · WordPress · Log in