The Will Will Web

Getting started with Cisco Router for the first time: Basic IOS command-line environment study notes

I have been fighting with the company’s Cisco Router these days. I didn’t have a chance to manage this device before. But recently, due to some abnormal IT equipment in the company, I had to go in and adjust the settings. I also learned Cisco IOS (Internetwork Operating System). ) CLI command line interface. In …

Getting started with Cisco Router for the first time: Basic IOS command-line environment study notes Read More »

How to use the built-in CLI command line management tool of your Synology NAS

In recent years, we have gradually eliminated the infrastructure at the local end and moved our services to the cloud as much as possible. This move is not only due to the trend of “digital transformation”, but also considers many other factors, such as various cost reduction, management Convenience and safety improvement are all advantages. …

How to use the built-in CLI command line management tool of your Synology NAS Read More »

Build SAP Commerce 123 Development Environment Using VSCode’s Remote Container

Recently undertaken a quite interesting project, the customer adopted a relatively unpopular SAP Commerce (SAP Hybris) e-commerce platform in Taiwan (based on Java and Spring Boot frameworks). Both the operating system and the JDK version may encounter differences from the official website documentation. At this time, I was thinking, how to get the entire development …

Build SAP Commerce 123 Development Environment Using VSCode’s Remote Container Read More »

How to deploy Spring Boot application to Tomcat application server

In our projects, because we face different customers, we sometimes encounter various application servers to be deployed. Although Spring Boot already has a built-in Embedded Tomcat server, this set is mainly used during development or microservice deployment. use. If you end up deploying your application to the client’s Tomcat / JBoss EAP / IBM WebSphere …

How to deploy Spring Boot application to Tomcat application server Read More »

In-depth explanation of Spring Boot’s multiple configuration file management (Spring Profiles)

In any set of development framework, multi-environment management is usually one of the important core functions, of course, in the Spring framework, it is no exception, here we call it Spring Profiles setting file. This function is simple to say, but it is easy to be messed up in practice. I intend to sort out …

In-depth explanation of Spring Boot’s multiple configuration file management (Spring Profiles) Read More »

Introducing a useful tool: SDKMAN (a tool for installing various software development kits)

Recently, I started to move the Java development environment to the WSL environment and use SDKMAN to install the environment. It turned out that it is very easy to use and can be installed without a brain. In this article today, I will introduce the excellent SDK installation tool SDKMAN, and demonstrate how to use …

Introducing a useful tool: SDKMAN (a tool for installing various software development kits) Read More »

Meet Apache Maven’s excellent Java project template engine – Maven Archetype Plugin

Now many Java IDE tools have built-in Maven Archetype Plugin as a project template when creating a new project. After you install Apache Maven, you can easily use it through the CLI interface. In this article today, I want to introduce this tool and share a little trick that can greatly improve the execution speed. …

Meet Apache Maven’s excellent Java project template engine – Maven Archetype Plugin Read More »