https://community.alfresco.com/thread/203012-activiti-explorer

engine.properties

# demo data properties
create.demo.users=false
create.demo.definitions=false
create.demo.models=false
create.demo.reports=false

 

db.properties

#db=h2
#jdbc.driver=org.h2.Driver
#jdbc.url=jdbc:h2:mem:activiti;DB_CLOSE_DELAY=1000
#jdbc.username=sa
#jdbc.password=

db=mysql
jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/clean
#jdbc.url=jdbc:mysql://YCY-rgq:3306/libra?autoReconnect=true
jdbc.username=root
jdbc.password=root

相关文章:

  • 2021-05-22
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2021-05-06
  • 2021-05-12
  • 2022-12-23
  • 2021-12-07
猜你喜欢
  • 2021-05-31
  • 2021-12-17
  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2021-05-25
  • 2021-05-25
相关资源
相似解决方案