Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varsqlinfo/varsql
개발자를 위한 DB tool
https://github.com/varsqlinfo/varsql
dbtool gradle gradle-java java spring-boot web
Last synced: 2 months ago
JSON representation
개발자를 위한 DB tool
- Host: GitHub
- URL: https://github.com/varsqlinfo/varsql
- Owner: varsqlinfo
- License: apache-2.0
- Created: 2019-12-31T05:01:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T13:18:39.000Z (6 months ago)
- Last Synced: 2024-07-17T16:19:52.975Z (6 months ago)
- Topics: dbtool, gradle, gradle-java, java, spring-boot, web
- Language: Java
- Homepage:
- Size: 121 MB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# varsql
varsql websqltool sqltool# site
# 개발환경
- java : 1.8
- eclipse : Version: 2020-03 (4.15.0)
- gradle : 7.3.3
- spring boot : 2.6.6
- lombok : 1.18.10# vscode
```
vscode extensions 에서 아래 기능 추가Spring Boot Tools
Spring Boot Dashboard
Spring Boot Extension Packvarsql 폴더로 이동후 아래 커맨드 입력후 엔터
gradle clean build
```# 도커
```
- 도커 내려받기
docker pull varsql/app:latest- 이미지 실행.
docker run -d --privileged --name=varsql-app -p 12312:8080 varsql/app- 웹 뷰
http://localhost:12312/vsql
id : varsqladmin
pw : varsqladmin
```# Varsql 실행 및 문제 해결
- [wiki](https://github.com/varsqlinfo/varsql/wiki/)- [설치방법](https://github.com/varsqlinfo/varsql/wiki/Varsql-%EC%8B%A4%ED%96%89)
- [기능](https://github.com/varsqlinfo/varsql/wiki/%EA%B8%B0%EB%8A%A5)
- [문제 해결 방법](https://github.com/varsqlinfo/varsql/wiki/%EB%AC%B8%EC%A0%9C-%ED%95%B4%EA%B2%B0-%EB%B0%A9%EB%B2%95)