Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

การตั้งค่าเพื่อเปลี่ยน Default Datasource

...

  1. Locate your ค้นหาไฟล์ app_datasource-default.properties file in your ในโฟลเดอร์ wflow directory  (/home/myaccount in ใน Linux and และ /Documents and และ Settings/myaccount in ใน Windows).
  2. Open file using any เปิดไฟล์โดยใช้โปรแกรม text editor .
  3. Make changes where necessary (anything from username, passwords. connection URLs, etc).
  4. Save file and restart Joget.

Working with Datasource Profiles

  1. หรือโปรแกรมอื่นๆ
  2. ทำการแก้ไขข้อมูลตามต้องการ เช่น username, password, connection URLs เป็นต้น
  3. บันทึกและรัน Joget ใหม่อีกครั้ง.

การแก้ไข Datasource Profiles

หากคุณต้องการตั้งค่า datasource ไปยังที่ใหม่แบบถาวรหรือไม่ต้องการแก้ไขข้อมูลไฟล์ app_datasource-default.properties เดิม คุณสามารถสร้าง datasource profile ใหม่ได้ โดยในโฟลเดอร์ wflow จะมี 2 ไฟล์สำหรับจัดการ datasource
ไฟล์ app_datasource.properties จะชี้ไปยังไฟล์ที่มีการกำหนดค่าของ datasource ปัจจุบันไว้ และไฟล์ If you're continually working with different datasource sets and don't want to keep commenting/uncommenting and/or renaming property files, you can make use of the profiles that are available. In your home directory, you'll (by default) find 2 files that deal with datasource settings. The app_datasource.properties file points to the current profile that should be used, and you'll see app_datasources-default.properties that should contain the details of your connection pools. To create a new profile, simply create a new properties file that is prefixed with จะมีรายละเอียดเช่น username, password, connection URLs
สำหรับการสร้าง datasource profile ใหม่ ให้ทำการสร้างไฟล์ที่มีชื่อนำหน้าด้วยคำว่า "app_datasources-". If our new datasource profile is called
ตัวอย่างกรณีถ้าคุณตั้งชื่อว่า "mynewprofile" then we're looking at:มีขั้นตอนดังนี้

  1. สร้างไฟล์ใหม่ชื่อ Create new file called app_datasources-mynewprofile.properties in your ในโฟลเดอร์ wflow directory  (/home/myaccount in ใน Linux and และ /Documents and และ Settings/myaccount in ใน Windows).
  2. Edit the file using a text editor and specify your connection settings. Save file when done.
  3. แก้ไขไฟล์โดยใช้โปรแกรม text editor และระบุข้อมูลการเชื่อมต่อของคุณ จากนั้นบันทึกไฟล์
  4. เปิดไฟล์ Open app_datasources.properties and point your currentProfile to mynewprofile. Save file when done.
  5. Restart Joget.

Running on Other Databases

  1. และแก้ไขข้อมูลของ currentProfile ให้เป็น mynewprofile จากนั้นบันทึกไฟล์
  2. รัน Joget ใหม่อีกครั้ง.

การใช้งาน Joget กับ ฐานข้อมูลประเภทอื่น

Joget ยังช่วยให้คุณสามารถเรียกใช้ฐานข้อมูลนอกเหนือจาก MySQL ที่เป็นฐานข้อมูลเริ่มต้น โดยมีวิธีการตั้งค่าดังนี้Joget also allows you to run on databases apart from the default MySQL that comes with the bundle. For information on how to make those connections, refer to the resources below:

Children Display

Increase the Limit of Items/Elements in Form/Datalist/Userview Builder and Process Builder

In Joget Workflow, all your designed forms, datalists, userviews and also the process flows are stored in the database. The number of items/elements you can add in to your builder is actually limited by the database column that store the definition of your design. To increase the limit, you can do the following steps for each builder. 

...