Release 2.0.5 - Fixed jOOQ-console manual section
This commit is contained in:
parent
c22f600838
commit
7ee15e5513
@ -5951,7 +5951,7 @@ SERVER = new RemoteDebuggerServer(DEBUGGER_PORT);</fo:block>
|
||||
Use this command to start the console:
|
||||
</fo:block>
|
||||
|
||||
<fo:block font-family="Courier" linefeed-treatment="preserve" white-space-collapse="false" white-space-treatment="preserve" font-size="6pt" margin="12pt" padding="4pt" border="2px solid #882222" background-color="#FFEEDD" page-break-inside="avoid">java -jar jooq-console-2.0.5.jar [host] [port]</fo:block>
|
||||
<fo:block font-family="Courier" linefeed-treatment="preserve" white-space-collapse="false" white-space-treatment="preserve" font-size="6pt" margin="12pt" padding="4pt" border="2px solid #882222" background-color="#FFEEDD" page-break-inside="avoid">java -cp jooq-console-2.0.5.jar;rsyntaxtextarea-1.5.0.jar org.jooq.debug.console.Console [host] [port]</fo:block>
|
||||
|
||||
<fo:block font-size="11pt">
|
||||
<fo:block text-align="center">
|
||||
|
||||
Binary file not shown.
@ -4466,7 +4466,7 @@ SERVER = new RemoteDebuggerServer(DEBUGGER_PORT);</pre>
|
||||
Use this command to start the console:
|
||||
</p>
|
||||
|
||||
<pre class="prettyprint">java -jar jooq-console-2.0.5.jar [host] [port]</pre>
|
||||
<pre class="prettyprint">java -cp jooq-console-2.0.5.jar;rsyntaxtextarea-1.5.0.jar org.jooq.debug.console.Console [host] [port]</pre>
|
||||
|
||||
<div class="screenshot">
|
||||
|
||||
|
||||
@ -70,7 +70,7 @@ SERVER = new RemoteDebuggerServer(DEBUGGER_PORT);</pre>
|
||||
Use this command to start the console:
|
||||
</p>
|
||||
|
||||
<pre class="prettyprint">java -jar jooq-console-2.0.5.jar [host] [port]</pre>
|
||||
<pre class="prettyprint">java -cp jooq-console-2.0.5.jar;rsyntaxtextarea-1.5.0.jar org.jooq.debug.console.Console [host] [port]</pre>
|
||||
|
||||
<div class="screenshot">
|
||||
|
||||
|
||||
@ -4246,7 +4246,7 @@ SERVER = new RemoteDebuggerServer(DEBUGGER_PORT);</java>
|
||||
Use this command to start the console:
|
||||
</p>
|
||||
|
||||
<config>java -jar jooq-console-2.0.5.jar [host] [port]</config>
|
||||
<config>java -cp jooq-console-2.0.5.jar;rsyntaxtextarea-1.5.0.jar org.jooq.debug.console.Console [host] [port]</config>
|
||||
|
||||
<div class="screenshot">
|
||||
<img class="screenshot" src="<?=$root?>/img/jooq-console-01.png" alt="jOOQ Console example"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user