Posts
URL Generation Methods in …
This homepage is created with Hugo. When choosing a template, I wanted a portfolio combined with a tech blog, and also a place to practice English and Chinese. After searching with these conditions, I found hugo-profile, which I’m currently using. In this hugo-profile template, I noticed that …
Using MySQL MCP Server …
Introduction Are you using Cursor? I recently started using it and found it so convenient that I subscribed to the Pro membership. Recently, I learned about something called MCP servers, which connect AI chat tools with external tools. I tried setting up a MySQL MCP server and was able to access …
Code that compiles with …
Background I was editing a Java 8 + Spring Boot program in IntelliJ IDEA. However, I wanted to try the trending AI editor Cursor, so I opened the same program in Cursor (VSCode). Surprisingly, this caused a large number of errors, making compilation impossible. After spending a full day …