@choerodon/wiki
v0.18.0
Published
Wiki Service is responsible for establishing communication with [XWiki](https://www.xwiki.org), handling XWiki related logic and forwarding it to other services.
Downloads
4
Keywords
Readme
Wiki Service
Wiki Service is responsible for establishing communication with XWiki, handling XWiki related logic and forwarding it to other services.
Feature
Wiki Service
contains features as follows:
- User synchronization
- Role synchronization
- Organization synchronization
- Project synchronization
- Create space
Requirements
- Java8
- Iam Service
- MySQL
Installation and Getting Started
init database
CREATE USER 'choerodon'@'%' IDENTIFIED BY "choerodon"; CREATE DATABASE wiki_service DEFAULT CHARACTER SET utf8; GRANT ALL PRIVILEGES ON wiki_service.* TO choerodon@'%'; FLUSH PRIVILEGES;
run command
sh init-local-database.sh
run command as follow or run
WikiServiceApplication
in IntelliJ IDEAmvn clean spring-boot:run
Dependencies
go-register-server
: Register serverconfig-server
:Configure serverkafka
mysql
: wiki_service database
Reporting Issues
If you find any shortcomings or bugs, please describe them in the issue.
How to Contribute
Pull requests are welcome! Follow to know for more information on how to contribute.