java-spring-mysql-mcp-server
If you are the rightful owner of java-spring-mysql-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a Spring Boot project configured with MySQL and HikariCP connection pool.
The Spring Boot MySQL Project is designed to facilitate the development of applications using Spring Boot with a MySQL database. It leverages HikariCP for efficient connection pooling, ensuring optimal performance and resource management. The project requires Java 17 or later, Maven 3.6 or later, and MySQL 8.0 or later. It includes configurations for server port, connection pool size, and automatic database schema updates. The application can be run using Maven or as a standalone JAR file, and it supports integration with MCP clients for enhanced connectivity and debugging.
Features
- Spring Boot integration with MySQL
- HikariCP connection pooling
- Automatic database schema updates
- Configurable server settings
- MCP client support for enhanced connectivity