Skip to content

Commit 136fa70

Browse files
committed
#326 add malewicz files
1 parent bbcb374 commit 136fa70

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Advanced REST-wrapper for your own SQL-queries (actually not only SQL).
2020
2. Put to sql-boot folder structure
2121
3. Get data from URI, e.g. prod_db/hr.persons?select=name,address&page=2&orderby=name+desc
2222

23+
Feel SQL Power
24+
---------------------------------------------------------
25+
Simple integration your sql-scripts to you infrastructure
26+
2327

2428
Share expert knowledge
2529
----------------------
@@ -38,7 +42,6 @@ Self-documentation
3842
sql-boot uses the [OpenAPI](https://github.com/OAI/OpenAPI-Specification) standard to generate up-to-date documentation for APIs based your SQL-queries metadata.
3943
You can use a tool like [Swagger-UI](https://github.com/swagger-api/swagger-ui) or [Swagger-Editor](https://github.com/swagger-api/swagger-editor) to render interactive documentation (for demo requests) or [generate client API](https://github.com/swagger-api/swagger-codegen) against the live API server.
4044

41-
4245
How to pronounce
4346
----------------
4447
It is pronounced "sequelboot" - https://translate.google.com/?source=osdd#en/en/sequelboot

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@
438438
<version>1.6</version>
439439
<configuration>
440440
<workingDirectory>src/main/malewicz</workingDirectory>
441+
<installDirectory>target</installDirectory>
441442
</configuration>
442443
<executions>
443444
<!-- Install our node and npm version to run npm/node scripts-->

src/main/malewicz/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Vue.config.productionTip = false
3232
const store = new Vuex.Store({
3333
state: {
3434
host: 'http://localhost:8007/',
35-
connections: ['demo-db'],
35+
connections: ['h2'],
3636
type: 'table',
3737
path: [''],
3838
page: { 'number': 1, 'size': 15 },

0 commit comments

Comments
 (0)