# bee-exam **Repository Path**: distributed-orm/bee-exam ## Basic Information - **Project Name**: bee-exam - **Description**: Bee-exam is the test and example of ORM framework Bee. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 12 - **Created**: 2021-04-20 - **Last Updated**: 2021-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Bee-exam ========= **Bee-exam** is the test and example of ORM framework Bee. **Bee** see: https://github.com/automvc/bee **Honey** see: https://github.com/automvc/honey **Quick Start** 1.Config the Database info in bee.properties. 2.Gen the Javabean for your Database, use: org.teasoft.exam.bee.osql.autogen.GenBeanExam. 3.run the test/example in TestNormal(org.teasoft.exam.bee.test). if need reset the tables , use statement: ClearAndInitTestTable.main(null); other: TestCache test Bee Cache function. Test Coverage: select src/test/java-->(right click)Coverage As-->JUnit Test