English Documentation
Indonesian Documentation
Version History
- Clone / download this repository
- Use Visual Studio Code to open the project for optimized experience
- Make sure you already installed Java Projects extension
- You need a MySQL database, and export the
castlerock_lib.sql
file to your database - Create a directory
config
withconfig.xml
insideconfig.xml :: <config> <url>jdbc:mysql://[SQL_HOST]/castlerock_lib?useSSL=false</url> <username>[SQL_USERNAME]</username> <password>[SQL_PASSWORD]</password> </config>
- Click on the "Export jar.." button
- After jar is created, update the jarfile to include the configuration database
$ jar uf castleRock.jar ./config/config.xml
- Done, you can execute jarfile using these command
$ java -jar castleRock.jar
- Clone / Download repository ini
- Gunakan Visual Studio Code agar lebih optimal
- Pastikan sudah memasang Java Projects extension
- Anda membutuhkan database MySQL, dan ekspor file
castlerock_lib.sql
ke database anda - Buat direktori
config
dengan fileconfig.xml
di dalamnyaconfig.xml :: <config> <url>jdbc:mysql://[ALAMAT_DB_SQL]/castlerock_lib?useSSL=false</url> <username>[SQL_USERNAME]</username> <password>[SQL_PASSWORD]</password> </config>
- Klik tombol "Export jar.." di Visual Studio Code pada bagian bawah
- Setelah jar selesai di export, update jarfile untuk menambahkan konfigurasi database
$ jar uf castleRock.jar ./config/config.xml
- Selesai, anda bisa menjalankan jarfile dengan menggunakan perintah ini
$ java -jar castleRock.jar
-
v0.1-dev - Authentication, Read users data. ✅
-
v0.2-dev - Add new user, Delete user, Update user. (Finish the CRUD Models) ✅
- v0.2.1-dev - DB INSERT Done
- v0.2.2-dev - DB DELETE Done
- v0.2.3-dev - DB UPDATE Done
-
v0.3-dev - Get Userlist by parameter(Prodi, Role) ✅
-
v0.4-dev - User can Update password with last password for Verification ✅
-
v0.5-dev - Add duplicate username validation on AddUser function ✅
-
v0.6-dev - Create, and Read Book Data ✅
-
v0.7-dev - Update, and Delete Book Data ✅
-
v0.8-dev - CREATE AND READ INVENTORY ✅
-
v0.9-dev-rc - UPDATE AND DELETE INVENTORY ✅
-
v1.0-beta-rc - Add all menus and done the basic app, just improving!!! ✅
-
v1.1-beta - Fix Bugs and Add documentation & Code Comments ✅
-
v1.3-final - Done adding the Documentation ✅
*this project will stall because there's no Maintainer,
or maybe this project will be maintained idk :v
Any question? Feel free to contact the Project Manager ::: encrypt0r