HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
[New] 타일러팀
[New] 타일러팀
/
🧙‍♂️
이창호
/
🐧
2022-04-07
🐧

2022-04-07

Created
Apr 7, 2022 09:32 AM
Tags
Property
📎
여기에 오늘 배운 내용들을 간략하게 정리했어요~
  • SpringBoot W1D4
    • PropertySource
      • @Value
      • @Configuaration, @ConfigurationProperties, @EnableConfigurationProperties
      • propertyHierarchy
    • YAML
      • factory
    • Profile
    • Resource
  • 알고리즘
    • Dijkstra ( 최단경로 찾는 문제 )
    • Floyd-Warshall (최단 경로 찾는 문제)