Wiki Service is responsible for establishing communication with XWiki, handling XWiki related logic and forwarding it to other services.
Wiki Service
contains features as follows:
- User synchronization
- Role synchronization
- Organization synchronization
- Project synchronization
- Create space
- Java8
- Iam Service
- MySQL
-
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
go-register-server
: Register serverconfig-server
:Configure serverkafka
mysql
: wiki_service database
If you find any shortcomings or bugs, please describe them in the issue.
Pull requests are welcome! Follow to know for more information on how to contribute.