9 |
10 | ${uuid.toString()}
11 | |
12 |
13 | ${userRowContext.easyUser().username}
14 | |
15 |
16 | ${userRowContext.easyUser().password}
17 | |
18 |
19 |
23 | |
24 |
25 |
--------------------------------------------------------------------------------
/lab-3/src/main/resources/application.yaml:
--------------------------------------------------------------------------------
1 | spring:
2 | application:
3 | name: easy-spring-auth
4 | view-component:
5 | local-development: true
6 | viewComponentRoot: lab-3/src/main/java
7 | gg:
8 | jte:
9 | developmentMode: true
--------------------------------------------------------------------------------
/lab-3/src/main/resources/static/edit.svg:
--------------------------------------------------------------------------------
1 |