This repository was archived by the owner on Jan 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Created by .ignore support plugin (hsz.mobi)
2
+ .idea
3
+ ** /* .iml
Original file line number Diff line number Diff line change
1
+ # <img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png " height =50/ >Spring framework exercises
2
+ The list of exercises dedicated to training your Spring framework related skills
3
+
4
+ ### No pain, No gain :heavy_exclamation_mark :
5
+
6
+ > Skill is only developed by hours and hours and hours of beating on your craft
7
+
8
+ Working on real problems, you're focused on finding a solution. Learning new things, you're trying to understand how it works.
9
+ It is important to have a different type of activities, which purpose is improving your skill
10
+
11
+ *** An exercise** is a predefined task that you continuously implement to improve a certain skill* :muscle :
12
+ ##
13
+
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
6
+
7
+ <groupId >com.bobocode</groupId >
8
+ <artifactId >spring-framework-exericises</artifactId >
9
+ <version >1.0-SNAPSHOT</version >
10
+ <packaging >pom</packaging >
11
+
12
+
13
+ </project >
You can’t perform that action at this time.
0 commit comments