Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev test #39

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/main/resources/application-jdbc.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# db config
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
spring.datasource.driverClassName=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/tale?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.url=jdbc:mysql://122.51.239.204:3306/tale?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true
spring.datasource.username=cceng
spring.datasource.password=c775384402
spring.datasource.initialSize=20
spring.datasource.minIdle=10
spring.datasource.maxActive=100
3 changes: 2 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ spring.thymeleaf.cache=false
mybatis.mapper-locations=classpath:mapper/*.xml
mybatis.type-aliases-package=com.my.blog.website.dao

server.port=8081
server.port=8181


#pagehelper
pagehelper.helperDialect=mysql
Expand Down
11 changes: 11 additions & 0 deletions src/test/java/com/my/blog/website/test.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package com.my.blog.website;

/**
* test
* package com.my.blog.website
* TODO
*
* @author 数据化可视化小组
**/
public class test {
}