-
Notifications
You must be signed in to change notification settings - Fork 60
Database
Wuyi Chen edited this page May 17, 2019
·
15 revisions
Column | Type | Properties |
---|---|---|
license_id | VARCHAR(100) | PRIMARY KEY |
organization_id | TEXT | |
license_type | TEXT | |
product_name | TEXT | |
license_max | INT | |
license_allocated | INT | |
comment | VARCHAR(100) |
Column | Type | Properties |
---|---|---|
organization_id | VARCHAR(100) | PRIMARY KEY |
name | TEXT | |
contact_name | TEXT | |
contact_email | TEXT | |
contact_phone | TEXT |
- Overview
- Getting Started
-
Technical Essentials
- Autowired
- SpringData JPA
- Configuration File Auto-loading
- Configuration Encryption
- Service Discovery with Eureka
- Resiliency Patterns with Hystrix
- Configure Hystrix
- Service Gateway with Zuul
- Zuul Filters
- Protect Service with Spring Security and OAuth2
- Use JWT as Access Token
- Store Clients and Users' Credentials to DB
- Integrate with Message Queue (Kafka)
- Integrate with Redis
- Tune Logging
- Log Aggregation
- Send Trace to Zipkin
- Build Runnable Jar
- Core Application Logic
- Components