# PracticeCode **Repository Path**: yeye001/practice-code ## Basic Information - **Project Name**: PracticeCode - **Description**: 练习 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 1 - **Created**: 2023-05-30 - **Last Updated**: 2026-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PracticeCode This repository is a Spring Boot practice workspace with two modules: - `pc-spring-code-template` - CRUD and utility template project - `pc-spring-work-flowable` - Flowable workflow demo project ## Structure ```text practice-code |-- pc-spring-code-template `-- pc-spring-work-flowable ``` ## Requirements - JDK 8 - Maven 3.6+ - MySQL 5.7 / 8.x ## Run Open a module directory and run: ```bash mvn spring-boot:run ``` ## Config - `application.yml` - base configuration - `application-dev.yml` - development database configuration - default port: `8080` ## Notes - Update `username`, `password`, and `jdbc url` before connecting to MySQL - The Flowable module uses the `pc_work_flowable` database by default