https://github.com/airen3339/tomjava
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Unable to calculate vocabulary similarity
Last synced: 6 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: airen3339
- Language: Java
- Default Branch: master
- Size: 562 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 3 years ago
· Last pushed almost 3 years ago
Metadata Files
Readme
README.md
tom.java.project
项目使用的技术与架构思想
- 项目采用spring boot2.0、maven包管理。
- 使用mybatis、mybatis-plus进行数据访问,主要实现与mysql的数据交互
- 集成 apache shiro
- 分布式缓存Redis
- 日志组件 slf4j+logback
- 参考.net三层架构搭建一个可快速开发java平台
* ...不断完善中
Thank You!
Owner
- Login: airen3339
- Kind: user
- Repositories: 187
- Profile: https://github.com/airen3339
GitHub Events
Total
Last Year
Dependencies
pom.xml
maven
- org.springframework.boot:spring-boot-starter 2.0.0.RELEASE
tom-core/pom.xml
maven
- com.alibaba:druid ${druid.version}
- com.alibaba:fastjson ${alibaba.fastjson.version}
- com.auth0:java-jwt ${jwt.version}
- com.baomidou:mybatis-plus-boot-starter ${mybaits-plus.version}
- mysql:mysql-connector-java ${mysql.version}
- net.sf.dozer:dozer ${dozer.version}
- org.apache.commons:commons-lang3 ${apache.commons}
- org.springframework.boot:spring-boot-starter-data-redis
- org.springframework.boot:spring-boot-starter-web
- junit:junit ${junit.version} test
tom-dao/pom.xml
maven
- com.tom:tom-core ${tom.version}
- com.tom:tom-model ${tom.version}
- junit:junit ${junit.version} test
tom-model/pom.xml
maven
- com.tom:tom-core ${tom.version}
- junit:junit ${junit.version} test
tom-service/pom.xml
maven
- com.tom:tom-core ${tom.version}
- com.tom:tom-dao ${tom.version}
- com.tom:tom-model ${tom.version}
- junit:junit ${junit.version} test
tom-web/pom.xml
maven
- com.tom:tom-core ${tom.version}
- com.tom:tom-service ${tom.version}
- io.springfox:springfox-swagger-ui 2.7.0
- io.springfox:springfox-swagger2 2.7.0
- nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect
- org.apache.shiro:shiro-spring-boot-starter ${apache.shiro.version}
- org.springframework.boot:spring-boot-starter-test
- org.springframework.boot:spring-boot-starter-thymeleaf
- org.springframework.boot:spring-boot-starter-web
- org.springframework.boot:spring-boot-devtools true