1 Star 0 Fork 26

OWES / CoNami

forked from 营魄2018 / CoNami 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
db.bat 581 Bytes
一键复制 编辑 原始数据 按行查看 历史
营魄2018 提交于 2018-05-29 12:32 . init
@echo off
title NAMI Server Management
color 0a
set PWD=%~dp0
set INSTALLATION_DIR=%PWD%
echo *********************************************************
echo **************** NAMI Server Management ***************
echo **************** H2 Db Tools ***************
echo *********************************************************
echo.
echo JAVA_HOME: %JAVA_HOME%
@java -cp "%INSTALLATION_DIR%nami\WEB-INF\lib\h2.jar;%CLASSPATH%" org.h2.tools.Console -url jdbc:h2:./database/nami;AUTO_SERVER=TRUE;MVCC=TRUE -driver org.h2.Driver -user sa %*
@if errorlevel 1 pause
Java
1
https://gitee.com/h5app/CoNami.git
git@gitee.com:h5app/CoNami.git
h5app
CoNami
CoNami
master

搜索帮助