This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package pl.szymanskip.openapi.autoryzacja; | |
import lombok.AllArgsConstructor; | |
import org.springframework.security.core.Authentication; | |
import org.springframework.security.core.context.SecurityContextHolder; | |
import org.springframework.web.bind.annotation.ControllerAdvice; | |
import org.springframework.web.bind.annotation.ModelAttribute; | |
import org.springframework.web.context.request.RequestAttributes; | |
import org.springframework.web.context.request.RequestContextHolder; | |
import org.springframework.web.context.request.ServletRequestAttributes; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project xmlns="http://maven.apache.org/POM/4.0.0" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>AAA</groupId> | |
<artifactId>AAA</artifactId> | |
<version>1.0-beta</version> | |
<build> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"C:\Program Files (x86)\Java\java-1.8.0-openjdk-1.8.0.201\bin\java.exe" -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:60403,suspend=y,server=n -javaagent:C:\Users\pawel\.IdeaIC2019.1\system\captureAgent\debugger-agent.jar -Dfile.encoding=UTF-8 -classpath "C:\Program Files (x86)\Java\java-1.8.0-openjdk-1.8.0.201\jre\lib\charsets.jar;C:\Program Files (x86)\Java\java-1.8.0-openjdk-1.8.0.201\jre\lib\ext\access-bridge-64.jar;C:\Program Files (x86)\Java\java-1.8.0-openjdk-1.8.0.201\jre\lib\ext\cldrdata.jar;C:\Program Files (x86)\Java\java-1.8.0-openjdk-1.8.0.201\jre\lib\ext\dnsns.jar;C:\Program Files (x86)\Java\java-1.8.0-openjdk-1.8.0.201\jre\lib\ext\jaccess.jar;C:\Program Files (x86)\Java\java-1.8.0-openjdk-1.8.0.201\jre\lib\ext\localedata.jar;C:\Program Files (x86)\Java\java-1.8.0-openjdk-1.8.0.201\jre\lib\ext\nashorn.jar;C:\Program Files (x86)\Java\java-1.8.0-openjdk-1.8.0.201\jre\lib\ext\sunec.jar;C:\Program Files (x86)\Java\java-1.8.0-openjdk-1.8.0.201\jre\lib\ext\sunjce_provider.jar;C:\Program Files ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//////////////////////////////////////////////////// | |
// STEP 1 | |
//////////////////////////////////////////////////// | |
// CREATE TWO DIFFRENT TYPES OF LAYOUTS FOR YOUR ROW IN res/layout/ | |
// FOR EXAMPLE line1.xml and line2.xml | |
//LINE 1 XML CODE EXAMPLE (CONTAINS TextView and Spinner) |