# Demo **Repository Path**: qinghaiyan/demo ## Basic Information - **Project Name**: Demo - **Description**: 代码demo 用于记录数据 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-07 - **Last Updated**: 2026-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 本demo 用于演示git提交 > “本模块使用 Flyway 管理数据库表结构。首次接入已有数据库时,请在主应用中配置 spring.flyway.baseline-on-migrate=true。” > > ```yml spring: datasource: url: jdbc:mysql://localhost:3306/demo username: root password: root flyway: enabled: true baseline-on-migrate: true # ← 在这里配置! locations: classpath:db/migration # 默认值,通常不用写 ### 整合Security > @DateTime: 2025/12/18 整合spring Security ## 整合xxl-job > @DateTime: 2025/12/19 集成xxl-job > > 配置类:com.orange.starter.config.xxljob > > 测试类:com.orange.starter.xxljobtest.TestJob