# y-springboot-plugin-main **Repository Path**: yt2018_admin/y-springboot-plugin-main ## Basic Information - **Project Name**: y-springboot-plugin-main - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-17 - **Last Updated**: 2024-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot插件 ## README # springboot 插件魔盒

```yml spring: datasource: url: jdbc:sqlite:${DBPATH}yspringplugin.db jpa: database-platform: com.enigmabridge.hibernate.dialect.SQLiteDialect hibernate: ddl-auto: update show-sql: true generate-ddl: true properties: hibernate.jdbc.time_zone: UTC data: rest: base-path: /api default-page-size: 10 mvc: pathmatch: matching-strategy: ant_path_matcher servlet: path: /_ ``` 启动类配置 ```java PluginMainApplication.run( XXXApplicationTests.class ); ```