Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ZhenShiErGe
/
test
Public
Notifications
You must be signed in to change notification settings
Fork
24
Star
35
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
test
/
readme.txt
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
17 lines (12 loc) · 1.19 KB
master
Breadcrumbs
test
/
readme.txt
Copy path
Top
File metadata and controls
Code
Blame
17 lines (12 loc) · 1.19 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
一.这个项目能提供给你的
1. 典型的ssm框架分层结构
2. 数据源动态切换,开发者仅仅需要使用DataSourceContext.setDataSource(builder); 语句就可以动态的切换数据源,对业务没有任何侵入性。见dev_add_multi_datasource分支。
3. 定时任务的配置举例,代码中有关于如何基于spring配置定时任务的例子。参见spring_scheduler分支。
4. 统一的异常处理逻辑,代码中所有的方法一致采用抛出异常的逻辑,在最外层的拦截器中对异常进行统一的处理。参见add_exception_handle分支。
5. 数据库事务的配置距离,代码中有关于如何基于spring配置数据库事务的例子。
6. 支持认证的httpinvoker,,传统的httpinvoker调用不支持认证的,demo里面给出的例子支持对调用者的身份认证。参见dev_security_httpinvoker分支。
7. 被简化的controller类,采用回调模式,让开发者只关心业务。
8. 还在添加中,希望有兴趣的小伙伴一起来开发。。。
二. 运行代码:
1.在mysql数据库中,先创建test数据库,然后执行test.sql脚本;
2.再创建testbackup数据库,然后再执行test_backup.sql脚本;
You can’t perform that action at this time.