confluence

Confluence表结构梳理

穿精又带淫゛_ 提交于 2019-12-30 08:57:54
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 表名 存储内容 关键字段 content 页面信息 CONTENTID 内容主键 CONTENTTYPE 内容类型:PAGE,ATTACHMENT,USERINFO,DRAFT,COMMENT HIBERNATEVERSION hibernate版本号 TITLE 标题,文件名 VERSION 版本号 CREATOR 创建人 CREATIONDATE 创建日期 LASTMODIFIER 最后修改人 LASTMODDATE 最后修改日期 VERSIONCOMMENT PREVVER 前一版本主键 CONTENT_STATUS 内容状态:draft,current PAGEID 页面id SPACEID 空间id CHILD_POSITION 子页面排序位置 PARENTID 父页面内容主键 MESSAGEID PLUGINKEY PLUGINVER PARENTCCID DRAFTPAGEID 草稿页面id DRAFTSPACEKEY 草稿空间id DRAFTTYPE 草稿内容类型:page,blogpost DRAFTPAGEVERSION 草稿版本号 PARENTCOMMENTID USERNAME LOWERTITLE 小写标题,文件名 bodycontent 页面源码信息 BODYCONTENTID 主键

How to check if Remote API is enabled in your Confluence installation without admin rights

对着背影说爱祢 提交于 2019-12-25 01:38:29
问题 Is there a way to find out if the Remote API is enabled on our Confluence installation if I do not have admin rights to our confluence I can see the WSDSL, but while testing with this downloaded client I keep timing out on login. I can not contact my administrators without going through god knows how many channels so I'm hoping there's another way to know if the Remote API is enabled. 回答1: To check if the confluence API is enabled without admin access: Try accessing http://<your-confluence

Failed to execute goal on project in Maven

坚强是说给别人听的谎言 提交于 2019-12-24 11:51:54
问题 when i trying to build the maven project its giving me below error error : [ERROR] Failed to execute goal on project unstoppable-confluence: Could not resolve dependencies for project com.addteq.confluence.plugin.unstoppable:unstoppable-confluence:atlassian-plugin:1.3: Failed to collect dependencies at com.atlassian.confluence:confluence:jar:6.0.2 -> com.atlassian.security:atlassian-secure-xml:jar:3.2.4: Failed to read artifact descriptor for com.atlassian.security:atlassian-secure-xml:jar:3

Failed to execute goal on project in Maven

跟風遠走 提交于 2019-12-24 11:48:05
问题 when i trying to build the maven project its giving me below error error : [ERROR] Failed to execute goal on project unstoppable-confluence: Could not resolve dependencies for project com.addteq.confluence.plugin.unstoppable:unstoppable-confluence:atlassian-plugin:1.3: Failed to collect dependencies at com.atlassian.confluence:confluence:jar:6.0.2 -> com.atlassian.security:atlassian-secure-xml:jar:3.2.4: Failed to read artifact descriptor for com.atlassian.security:atlassian-secure-xml:jar:3

How do I export all pages below a page in confluence using a script

亡梦爱人 提交于 2019-12-24 01:58:16
问题 I'm capturing meeting notes in a page structure in confluence. I want to export all the meeting notes to a share drive for others to read. I've found notes on how to export a page or a space but not the pages below a page. e.g. I want everything below "Parent Page" but not anything else. e.g. Space Unrelated Pages Unrelated Pages Parent of Parent Parent Page Child Page 1 Child Page 2 Child page 3 I want to drag the child pages to a share drive. I'm looking to use one of the following e.g.

Getting SLF4JLogFactory exception while trying to access web services from Confluence 3.0

不羁岁月 提交于 2019-12-23 03:13:43
问题 I have been able to understand about the dependencies and procedures to add Jar files into a Confluence project with the help of a friend from here. But I am facing an error with the addition of these JAR's. The exact cause of the error seen is : javax.servlet.ServletException: Servlet execution threw an exception at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:313) caused by: java.lang.ExceptionInInitializerError at org.apache.axis.attachments

Linux - Confluence搭建

岁酱吖の 提交于 2019-12-23 01:44:55
0. 摘要 Confluence自身携带内置数据库,对于生产环境建议搭建外置数据库,Confluence通过相应驱动连接上、并操作数据库。Confluence支持多种数据库,本文采用MySQL。 1. 下载安装包 1.1 Confluence安装包 下载地址: http://www.confluence.cn/pages/viewpage.action?pageId=6722516 我下载的版本是atlassian-confluence-6.8.1-x64.bin 1.2 MySQL连接驱动 Confluence程序是用Java开发的,MySQL连接驱动使该程序能够操作MySQL数据库 下载地址: https://dev.mysql.com/downloads/connector/j/5.1.html 我下载的版本是mysql-connector-java-5.1.47.tar.gz 1.3 Confluence序列号生成器 该序列号生成器需要Java运行环境,安装了JDK或JRE。 下载地址: https://gitee.com/zhubiaook/soft/tree/master/confluence 2. 数据库安装 本文数据库安装MariaDB10.2,可根据自身情况安装其他版本。由于CentOS7中YUM仓库默认没有该版本的数据库,需要另外配置YUM仓库地址。 2.1

JiraWiki集成crowd记录

走远了吗. 提交于 2019-12-22 04:23:05
单点登录与统一用户区别? 单点登录: 1.配置JIRA/atlassian-jira/WEB-INF/classes/seraph-config.xm 取消此行的注释: <authenticator class=“com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator”> <authenticator class=“com.atlassian.jira.security.login.SSOSeraphAuthenticator”> 将此行注释: <authenticator class=“com.atlassian.confluence.user.ConfluenceAuthenticator”> <authenticatorclass=“com.atlassian.jira.security.login.JiraSeraphAuthenticator”> 2.配置jira中的Jira/WEB-INF/classes/crowd.properties application.name confluence application.password 设置的confluence访问密码 application.login.url http://localhost:8095/crowd/console/ crowd

confluence REST API request while not being admin ends in 401 error

可紊 提交于 2019-12-22 01:16:49
问题 i am developing confluence blueprint where a user can choose between jira projects and use them for specific jira issues report. both instances are connected correctly with each other and i get results but only if i am logged as an admin. with normal user i am getting this: <status> <status-code>401</status-code> <message>This resource requires WebSudo.</message> </status> unfortunately i have to get the information from the jira server as ajax post request with javascript and here is my code

ldap系列-基础知识

陌路散爱 提交于 2019-12-21 20:34:31
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> ldap 是什么? LDAP(Lightweight Directory Access Protocol)即轻量级目录访问协议,提供 信息服务 。那啥是目录服务呢? 目录服务是一种特殊的 数据库 系统,其专门针对 读取,浏览和搜索 操作进行了特定的优化。目录一般用来包含描述性的,基于属性的信息并支持精细复杂的过滤能力。目录一般不支持通用数据库针对大量 更新 操作操作需要的复杂的事务管理或回卷策略。 LDAP目录中的信息是是按照树型结构组织,具体信息存储在条目(entry)的数据结构中。条目相当于关系数据库中表的记录;条目是具有区别名DN (Distinguished Name)的属性(Attribute),DN是用来引用条目的,DN相当于关系数据库表中的关键字(Primary Key)。属性由类型(Type)和一个或多个值(Values)组成,相当于关系数据库中的字段(Field)由字段名和数据类型组成,只是为了方便检索的需要,LDAP中的Type可以有多个Value,而不是关系数据库中为降低数据的冗余性要求实现的各个域必须是不相关的。LDAP中条目的组织一般按照地理位置和组织关系进行组织,非常的直观。LDAP把数据存放在文件中,为提高效率可以使用 基于索引 的文件数据库,而不是关系数据库。