-
Notifications
You must be signed in to change notification settings - Fork 29
/
support.html
59 lines (52 loc) · 2.06 KB
/
support.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<head>
<title>Getting help | Ebean</title>
<meta name="layout" content="_layout/docs_intro.html"/>
<meta name="layout" content="_layout2/base-docs.html"/>
<meta name="bread1" content="getting help" href="/docs/support"/>
<#assign page_edit_href="/support.html">
<#assign n0_support="active">
</head>
<body>
<h2>Getting help</h2>
<p>
For help post questions and issues to the <a href="https://github.com/ebean-orm/ebean/discussions">Ebean github discussions</a>
or <a href="https://groups.google.com/forum/#!forum/ebean">Ebean google group</a>.
</p>
<p>
These are monitored by Ebean developers and it's most experienced users and here you will get the best help.
</p>
<h3>Stackoverflow</h3>
<p>
You can alternatively post questions on <a href="http://stackoverflow.com/questions/tagged/ebean">Stack Overflow</a>
tagged with <code>ebean</code>. Note that stackoverflow is more casually monitored due to time constraints.
It is fine if you want to post first to stackoverflow and then if you don't get an answer to post onto the
google group.
</p>
<h2>Github issues</h2>
<p>
For this project we want to use Github issues for <code>Bugs</code>, <code>Enhancements</code> and
<code>Refactoring</code> changes. That is, things that mostly tie back to a specific commit change in code.
</p>
<p>
Complex issues should be discussed on <a href="https://groups.google.com/forum/#!forum/ebean">Ebean google
group</a> or <a href="https://github.com/ebean-orm/ebean/discussions">Ebean github discussions</a>
first.
</p>
<h3>Code Examples</h3>
<p>
The <a href="https://github.com/ebean-orm-examples">ebean-orm-examples</a> group contains several example
applications from absolute minimal, spring-boot to jax-rs web apps so you can look at those for example
code.
</p>
<h3>Documentation</h3>
<ul>
<li><a href="/docs">Reference documentation</a></li>
<li><a target="_blank" href="/apidoc/13">Javadoc API documentation</a></li>
</ul>
<h3>Videos</h3>
<p>
Checkout of the <a href="/videos">videos</a> for a quick view on how certain features work.
</p>
</body>
</html>