init
This commit is contained in:
parent
c3099e2461
commit
605a28c765
16
pom.xml
16
pom.xml
@ -32,6 +32,22 @@
|
|||||||
<artifactId>spring-boot-starter-test</artifactId>
|
<artifactId>spring-boot-starter-test</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>mysql</groupId>
|
||||||
|
<artifactId>mysql-connector-java</artifactId>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.mybatis.spring.boot</groupId>
|
||||||
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
||||||
|
<version>2.1.1</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.alibaba</groupId>
|
||||||
|
<artifactId>fastjson</artifactId>
|
||||||
|
<version>1.2.67</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@ -1 +1,9 @@
|
|||||||
|
server.port=8000
|
||||||
|
spring.datasource.url=jdbc:mysql://yutou233.cn:3306/mobile_cloud?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
|
||||||
|
spring.datasource.username=jianrmod
|
||||||
|
spring.datasource.password=dashuyuxiaodidi233
|
||||||
|
mybatis.mapper-locations=classpath:mapper/*.xml
|
||||||
|
#mybatis.config-location=classpath:mybatis-config.xml
|
||||||
|
mybatis.type-aliases-package=com.yutou.tools.mybatis
|
||||||
|
#???mybatis???
|
||||||
|
#logging.level.com.yutou.tools=debug
|
Loading…
Reference in New Issue
Block a user