1 Star 1 Fork 1

user_117262 / 考卷录入-server端发布

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
application-dev.yml 496 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuguofeng 提交于 2017-11-10 18:08 . 20171110_180852
spring:
devtools:
restart:
additional-paths: src/main/java
cloud:
zookeeper:
connectString: 127.0.0.1:2182
redis:
host: localhost
port: 6379
mongo:
host: localhost:27017
timeHost: localhost:27017
#数据源
datasource:
url: jdbc:mysql://localhost:3306/examination?useUnicode=true&characterEncoding=UTF-8
username: root
password: Wabc_123456
jpa:
show-sql: true
hibernate:
ddl-auto: update
thymeleaf:
cache: false
Java
1
https://gitee.com/wugf/examination-server-dist.git
git@gitee.com:wugf/examination-server-dist.git
wugf
examination-server-dist
考卷录入-server端发布
master

搜索帮助