Skip to main content
Glama
SpringbootSampleProfileProjectApplication.java521 B
package ink.openmind.springbootsampleprofileproject; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; @SpringBootApplication(exclude = DataSourceAutoConfiguration.class) public class SpringbootSampleProfileProjectApplication { public static void main(String[] args) { SpringApplication.run(SpringbootSampleProfileProjectApplication.class, args); } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuwencheng0212/ppt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server