23 sheets of Code creation workflow

Source: Internet
Author: User

1  PackageJUnit;2 3 ImportOrg.activiti.engine.ProcessEngine;4 Importorg.activiti.engine.ProcessEngineConfiguration;5 Importorg.junit.Test;6 7  Public classTestactiviti {8 9     /**Ten * 23 Tables required to create a workflow using code One      */ A @Test -      Public voidcreatetable () { -         //to create an instance of a Activiti configuration object theProcessengineconfiguration configuration =processengineconfiguration.createstandaloneprocessengineconfiguration (); -         //Database Information Configuration -Configuration.setjdbcurl ("jdbc:mysql://localhost:3306/activiti?createdatabaseifnotexist&useunicode= True&characterencoding=utf8 "); -Configuration.setjdbcdriver ("Com.mysql.jdbc.Driver"); +Configuration.setjdbcusername ("root"); -Configuration.setjdbcpassword ("root"); +          A         //Set Database Build table Policy at         /** - * db_schema_update_true: CREATE table if no table exists, use directly - * Db_schema_update_false: Throws an exception if no table exists - * Db_schema_update_create_drop: Delete the table each time, and then create a new table -          */ - configuration.setdatabaseschemaupdate (processengineconfiguration.db_schema_update_true); in         //To create an instance of a process engine using configuration objects -Processengine Processengine =configuration.buildprocessengine (); to System.out.println (processengine); +          -     } the      *}

23 sheets of Code creation workflow

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.