Today I Learned
  • Introduction
  • Problem Solving
    • leetcode
      • 1. Two Sum
        • CPP
        • Java
        • JavaScript
        • Kotlin
        • Python
    • contest
      • google code jam
  • developer
    • ansible
    • python
      • line_by_line
      • config
        • yaml
        • configparser
  • linux
    • cut
  • Programming Languages
    • javascript
      • array
      • base64
      • canvas
      • date
        • moment.js
      • jquery
      • json
      • jsplumb
      • konva
      • nodejs
      • react
      • string
    • kotlin
      • 2 코틀린 기초.md
  • spring framework
    • spring boot
  • game
    • ingress
    • Rockman
      • Rockman X 1
      • Rockman X 2
      • Rockman X 3
  • database
    • mysql
  • me
    • resume
      • experience
      • extracurricular_activities
Powered by GitBook
On this page
  • History
  • 1.0
  • Spring Security
  • references

Was this helpful?

spring framework

Previous2 코틀린 기초.mdNextspring boot

Last updated 3 years ago

Was this helpful?

History

1.0

  • 2004.03.24 Spring Framework 1.0 Final Released

  • AOP interception framework

  • JNDI support classes

  • application context concept

  • generic transaction management

  • Hibernate support

  • iBATIS SQL Maps 1.3/2.0, integrated with Spring's transaction management

  • mail sender abstraction

  • scheduling support for Quartz and Timer

  • RMI, JAX-RPC, Hessian/Burlap

  • web application context

  • flexible web MVC framework

  • JdbcTemplate

  • added support for FreeMarker 2.3

Spring Security

references

  • 토비의 스프링 3.1

  • 토비의 스프링 3

https://spring.io/blog/2004/03/24/spring-framework-1-0-final-released
https://spring.io/guides/gs/securing-web/