diff options
author | Vitaly Takmazov | 2018-09-07 15:26:27 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-09-07 15:26:27 +0300 |
commit | e7996a800914bbd39b7374b4628f5cc922cfeea8 (patch) | |
tree | 420fcfd3c54b75e63fe75b647ee003b83a459649 /README.md | |
parent | 8bd7c95cd756b6b2790c5470b8cf2f0a4202796c (diff) |
update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,18 +1,19 @@ Juick --- -Это API-сервер Juick, веб-приложение находится в отдельном репозитории: git clone git@x.juick.com:/srv/git/Juick-3.0.git ------ - Подготовка: ``` git clone git@x.juick.com:/srv/git/juick.git +git submodule update --init + cd juick echo "spring.h2.console.enabled=true" > juick-www/src/main/resources/application.properties +./gradlew :juick-server:bootRun + ``` По адресу http://localhost:8080/h2-console доступна консоль бд. Параметры подключения: |