用户名:${user.username}

年龄:${user.age}

freemarker和jsp的性能实例,Freemarker和JSP的性能实例对比  第1张

性别:${user.gender}

```

```java

// Freemarker模板

public static void main(String[] args) {

Configuration cfg = new Configuration();

cfg.setDefaultEncoding("